Branches for Squeeze

Name Status Last Modified Last Commit
lp:debian/squeeze/sgmltools-lite Development 2009-06-27 08:50:17 UTC
4. * Non-maintainer upload. * Fix bashis...

Author: Matthew Johnson
Revision Date: 2008-08-24 13:58:00 UTC

* Non-maintainer upload.
* Fix bashism in jadewhich (Closes: #489659)

lp:debian/squeeze/libtest-distribution-perl Development 2009-06-27 08:20:11 UTC
4. [ David Paleino ] * Remove myself fro...

Author: gregor herrmann
Revision Date: 2009-01-07 15:53:19 UTC

[ David Paleino ]
* Remove myself from Uploaders.
* debian/copyright: using "Copyright" word for Debian packaging
* debian/control:
  - fix dependencies on libmodule-corelist-perl, since it's also
    provided by perl-modules
  - Standards-Version 3.8.0 (no changes needed)

[ gregor herrmann ]
* debian/control:
  - switch Vcs-Browser field to ViewSVN
  - add ${misc:Depends} to Depends: field
  - change my email address
  - make alternative dependency on perl-modules versioned and
    add it to libmodule-build-perl too
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/copyright: switch to new format.

lp:debian/squeeze/libipc-sharedcache-perl Development 2009-06-27 07:35:20 UTC
5. * Add patch newer-ipc-sharelite.patch...

Author: gregor herrmann
Revision Date: 2009-04-27 16:11:21 UTC

* Add patch newer-ipc-sharelite.patch by Niko Tyni to make
  libipc-sharedcache-perl compatible with newer versions of IPC::ShareLite
  (closes: #525711); add quilt framework and debian/README.source.
* debian/control:
  - switch Vcs-Browser field to ViewSVN
  - add ${misc:Depends} to Depends: field
  - add /me to Uploaders
  - make the short description a noun phrase
  - set Standards-Version to 3.8.1 (no further changes)
* debian/copyright: update formatting.
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.

lp:debian/squeeze/libhtml-tagset-perl Development 2009-06-27 06:55:30 UTC
5. * Add patch isbodyelement.patch: fixe...

Author: gregor herrmann
Revision Date: 2008-04-12 15:22:41 UTC

* Add patch isbodyelement.patch: fixes documentation for isBodyElement()
  (closes: #402272); thanks to Jamey Sharp and Josh Triplett for the bug
  report. Add quilt framework.
* Refresh debian/rules; changes: the package is now parallel buildable;
  README isn't installed any more.
* debian/control:
  - add libtest-pod-perl to Build-Depends-Indep to enable an additional
    test
  - add /me to Uploaders
* debian/copyright: update copyright information and provide specific
  download link.

lp:debian/squeeze/obby Development 2009-06-27 06:54:29 UTC
5. New upstream release

Author: Philipp Kern
Revision Date: 2009-01-01 20:11:26 UTC

New upstream release

lp:debian/squeeze/libhtml-format-perl Development 2009-06-27 06:26:46 UTC
4. [ gregor herrmann ] * debian/control:...

Author: Martín Ferrari
Revision Date: 2008-05-23 09:23:14 UTC

[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* debian/rules: delete /usr/lib/perl5 only if it exists.

[ Damyan Ivanov ]
* redo debian/rules from dh-make-perl template

[ Martín Ferrari ]
* debian/copyright: new format, updated info.
* debian/control:
  - Updated DH version to 5.
  - Bumped Standards-Version to 3.7.3 (no changes).
  - Added myself to Uploaders.
  - Correctly segregated Build-Depends(|-Indep).
  - Improved short description.
* debian/watch: added by-author URL, as there's a nameclash currently.
* debian/rules: updated from templates again :).
* debian/rules: remove files created during tests.

lp:debian/squeeze/libxml-dom-perl Development 2009-06-27 06:02:01 UTC
4. [ Jose Luis Rivas ] * New upstream re...

Author: gregor herrmann
Revision Date: 2008-02-03 00:28:26 UTC

[ Jose Luis Rivas ]
* New upstream release
* debian/rules:
 + Added dh_installexamples
 + Fixed the `clean:' target
* debian/control:
+ Fixed Build-Depends, now debhelper doesn't goes in -Indep, that
makes happy lintian as well.
+ Updated to 3.7.3

[ David Paleino ]
* debian/rules fixed
* separating patches from the source -- using quilt:
  - debian/patches added
  - debian/rules updated
  - debian/control updated
* debian/libxml-dom-perl.install moved to debian/install
* debian/libxml-dom-perl.docs moved to debian/docs

[ gregor herrmann ]
* Set debhelper compatibility level to 6.
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* debian/rules: delete /usr/lib/perl5 only if it exists.
* debian/watch: use improved regexp for matching upstream releases.
* debian/rules:
  - use dh_listpackages to get package name
  - introduce PERL variable
  - remove OPTIMIZE, this package is architecture: all
  - move dh_clean before make distclean
  - remove dh_installdirs, dh_link, dh_installman
  - use DESTDIR and PREFIX for make install
  - dependencies: install-stamp -> build-stamp instead of install -> build
* Remove (unused) debian/install.
* Add /me to Uploaders.

lp:debian/squeeze/libxml-libxml-common-perl Development 2009-06-27 05:16:54 UTC
4. [ gregor herrmann ] * debian/control:...

Author: Niko Tyni
Revision Date: 2008-01-14 14:07:21 UTC

[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* debian/rules: delete /usr/share/perl5 only if it exists.

[ Niko Tyni ]
* Upgrade to debhelper compatibility level 5.
* Various debian/rules cleanups:
  + use dh_listpackages instead of the name of the build directory to extract
    the package name.
  + don't ignore the return value of 'make clean'.
  + clean with make 'distclean'.
  + add stamp files and inter-target dependencies
  + add support for DEB_BUILD_OPTIONS=noopt
  + build and test in the 'build' target instead of the 'install' one.
  + properly call dh_shlibdeps to get shared library dependencies right.
* Upgrade to Standards-Version 3.7.3. No changes needed.
* Don't install the README in the binary package, it's not useful.
* Add download URL to debian/copyright.
* Manage debian/patches with quilt.
  + no-extra-linking: prevent unnecessary linkage against libz and libm.

lp:debian/squeeze/libcompress-zlib-perl Development 2009-06-27 03:42:11 UTC
6. * New upstream release * Added myself...

Author: Gunnar Wolf
Revision Date: 2008-09-11 23:19:22 UTC

* New upstream release
* Added myself as an uploader
* Adjust build-dependencies to match upstream versions

lp:debian/squeeze/jabber.py Development 2009-06-27 03:30:01 UTC
3. * Non-maintainer upload. Thanks to Fr...

Author: Andreas Barth
Revision Date: 2006-10-14 23:17:49 UTC

* Non-maintainer upload. Thanks to Franz Pletz <fpletz@franz-pletz.org
  for preparation and testing.
* Added debian/compat.
* debian/rules:
  - Ensure that public module jabber will be available. (Closes: #392053)
  - Removed dh_python call.

lp:debian/squeeze/libapache2-mod-auth-pam Development 2009-06-27 03:29:19 UTC
5. Adopted the package. (closes: #447067)

Author: LÉNÁRT János
Revision Date: 2009-04-14 09:02:31 UTC

Adopted the package. (closes: #447067)

lp:debian/squeeze/libsys-syslog-perl Development 2009-06-27 02:58:00 UTC
4. [ Ansgar Burchardt ] * New upstream r...

Author: Ansgar Burchardt
Revision Date: 2008-09-22 12:08:18 UTC

[ Ansgar Burchardt ]
* New upstream release.
* Add myself to Uploaders.
* Convert debian/copyright to proposed machine-readable format.
* Refresh debian/rules for debhelper 7
* Replace debian/README.source with a longer version

[ gregor herrmann ]
* debian/copyright: add information about fallback/syslog.h.
* debian/rules: enable additional tests; leads to:
* Strip URL mangling from fix-man-page-line-too-long.patch, lintian does not
  complain about them any more but Pod::Checker didn't like the syntax.

lp:debian/squeeze/policykit Development 2009-06-27 02:35:25 UTC
5. * Add support for /var/run being a tm...

Author: Michael Biebl
Revision Date: 2009-06-18 09:55:34 UTC

* Add support for /var/run being a tmpfs. (Closes: #532101)
  - Create /var/run/PolicyKit dynamically on boot by using an init script.
    Original patch by Martin Pitt, thanks. Updated patch to only run the
    init script in runlevel S at priority 75.
  - Do no longer ship /var/run/PolicyKit in the package itself.
* debian/control
  - Bump Standards-Version to 3.8.1.
* debian/patches/04_entry_leak.patch
  - Plug a memory leak. Patch pulled from Fedora.
* debian/patches/05_manpage_typo_fix.patch
  - Fix a small typo in the polkit-auth man page. (Closes: #523565)
* debian/patches/06_no_inotify_or_path_max.patch
  - Add support for systems which don't support inotify (like hurd) and
    don't use PATH_MAX unconditionally, instead use dynamically growing
    buffers. (Closes: #521756)
    Patch by Samuel Thibault, thanks.

lp:debian/squeeze/gimp-help Development 2009-06-27 02:23:35 UTC
6. Don't use a custom version of dh_inst...

Author: Ari Pollak
Revision Date: 2009-04-12 16:36:19 UTC

Don't use a custom version of dh_installdocs anymore (Closes: #521933)

lp:debian/squeeze/libfile-rsyncp-perl Development 2009-06-27 02:19:01 UTC
5. * Non-maintainer upload for the Perl ...

Author: Niko Tyni
Revision Date: 2008-04-03 08:43:23 UTC

* Non-maintainer upload for the Perl 5.10 transition.
* Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463475)

lp:debian/squeeze/telepathy-mission-control bug Development 2009-06-27 02:07:09 UTC
13. * Rerun libtoolize at build-time to f...

Author: Laurent Bigonville
Revision Date: 2009-06-22 11:57:08 UTC

* Rerun libtoolize at build-time to fix FTBFS (Closes: #532663)
* debian/control:
  - Bump Standards-Version to 3.8.2 (no further changes)
  - Drop XS-Dm-Upload-Allowed: yes

lp:debian/squeeze/scowl Development 2009-06-27 01:40:12 UTC
5. * Encode in UTF-8, thanks to Marc Fou...

Author: Don Armstrong
Revision Date: 2009-03-29 23:59:43 UTC

* Encode in UTF-8, thanks to Marc Fournier (Closes: #470463)
* Kill off triple letter misspellings, thanks to Justin B Rye (Closes:
  #304501).
* Fix supr{essed,ising} issues in english-words.95, thanks to Jidanni
  (closes: #521229)
* Sanitize the makefile to not be so repetitive
* Add -insane package to include the .95 wordlists
* Include hacker special wordlist in the insane dictionaries
* Add homepage field
* Update standards version

lp:debian/squeeze/sdlpango Development 2009-06-27 01:13:46 UTC
3. * debian/control: + bump Standards-...

Author: Aurelien Jarno
Revision Date: 2007-12-21 21:59:48 UTC

* debian/control:
  + bump Standards-Version to 3.7.3
* debian/patches/am_maintainer_mode.patch:
  + Use the AM_MAINTAINER_MODE.
* debian/patches/rebootstrap.patch:
  + Rebootstrap to support GNU/kFreeBSD.
* debian/patches/autotools.patch:
  + Remove, superseded by the previous patch.

lp:debian/squeeze/libsys-hostname-long-perl Development 2009-06-27 01:13:28 UTC
5. * debian/control: Added: Vcs-Svn fiel...

Author: gregor herrmann
Revision Date: 2008-03-12 20:25:12 UTC

* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza). Removed: XS-
  Vcs-Svn fields.
* debian/watch: use dist-based URL.
* debian/rules:
  - delete /usr/lib/perl5 only if it exists (closes: #467967)
  - update based on dh-make-perl's templates
  - don't install almost empty README any more
  - don't install testall.pl into /usr/share/perl5/ but as an example
  - activate test suite
* Set Standards-Version to 3.7.3 (no changes).
* Set debhelper compatibility level to 5.
* Add /me to Uploaders.
* debian/copyright: add specific download URL and actual copyright notice.

lp:debian/squeeze/sparc-utils Development 2009-06-27 00:13:32 UTC
5. * Remove sparc32/sparc64, since they ...

Author: Jurij Smakov
Revision Date: 2007-09-22 11:40:55 UTC

* Remove sparc32/sparc64, since they are now provided by
  util-linux. Closes: #441859
* Remove DH_COMPAT setting from debian/rules, add debian/compat
  instead (lintian warning).

lp:debian/squeeze/libgnome2-canvas-perl Development 2009-06-27 00:04:24 UTC
4. [ Ryan Niebur ] * Take over for the D...

Author: Ryan Niebur
Revision Date: 2009-02-01 11:35:16 UTC

[ Ryan Niebur ]
* Take over for the Debian Perl Group on maintainer's request
  (http://lists.debian.org/debian-perl/2008/12/msg00163.html)
* Add me to uploaders, remove old maintainer(s)
* fix watch file (Closes: #415925)
* convert direct changes to a quilt patch
* add README.source
* dh 7
* docs
* policy 3.8.0
* machine readable copyright format
* require version 1:1.211-2 of libglib-perl during build to fix
  pod2man errors
* fix lintian manpage-has-bad-whatis-entry warnings

[ gregor herrmann ]
* debian/copyright: add information for a third-party file.

lp:debian/squeeze/reiserfsprogs Development 2009-06-26 23:29:22 UTC
6. * New maintainer (Closes: #483025) * ...

Author: Felix Zielcke
Revision Date: 2009-03-06 18:32:13 UTC

* New maintainer (Closes: #483025)
* Add a watch file.
* Bump standards version to 3.8.0.
* Remove DH_COMPAT from debian/rules and add a debian/compat file and bump
  debhelper compat level and build-dep to 7.
* Remove homepage from description.
* Change download url in debian/copyright to the kernel.org one.
* Add appropriate Copyright holder to debian/copyright.
* Change license path to GPL-2 in debian/copyright.
* Add a build dependency on autotools-dev and update config.guess and
  config.sub in the clean target.
* Add a build dependency on CDBS and use the simple-patchsys.mk
* Add `-a' to fsck.reiserfs flags if `-y' was given. Patch by Federico Heinz.
  (Closes: #498087)
* Don't ignore make distclean errors.
* Replace `pwd` with $(CURDIR) in debian/rules.
* Remove unneeded lintian overrides.
* Replace deprecated `dh_clean -k' with `dh_prep'.
* Remove Priority field from binary packages in debian/control.
* debian/patches/00_escape_dashes_in_manpagecape.diff: New patch to escape
  dashes in the manpages.

lp:debian/squeeze/libdmx Development 2009-06-26 22:37:49 UTC
4. * Remove outdated cvs information fro...

Author: Julien Cristau
Revision Date: 2008-05-11 14:06:24 UTC

* Remove outdated cvs information from the package descriptions, and add
  Vcs-* headers.
* Drop pre-dependency on x11-common from libdmx1, it's not needed.
* Remove Branden and Fabio from Uploaders with their permission.
* Don't build-depend on packages with a -1 debian revision.
* Bump Standards-Version to 3.7.3.
* Use ${binary:Version} instead of ${Source-Version} in dependencies.
* Add correct Section control fields for binary packages.
* libdmx1-dbg doesn't need a dependency on x11-common.
* Add myself to Uploaders.
* autoreconf with recent autotools to get updated config.{guess,sub}.

lp:debian/squeeze/pentaho-reporting-flow-engine-openoffice.org Development 2009-06-26 22:07:12 UTC
4. fix Build-Depends: s/java-gcj-compat-...

Author: Rene Engelhard
Revision Date: 2009-05-20 00:07:10 UTC

fix Build-Depends: s/java-gcj-compat-dev/openjdk-6-jdk/
(closes: #529507)

lp:debian/squeeze/libassuan Development 2009-06-26 22:00:36 UTC
5. * New upstream release. * debian/cont...

Author: Eric Dorland
Revision Date: 2008-06-16 02:38:31 UTC

* New upstream release.
* debian/control: Standards-Version to 3.8.0.1.

lp:debian/squeeze/libirman Development 2009-06-26 20:42:43 UTC
5. * Add myself to uploaders for some QA...

Author: Loïc Minier
Revision Date: 2007-08-10 13:36:02 UTC

* Add myself to uploaders for some QA work.
* Cleanup changelog.
* Wrap build-deps and uploaders.
* Add ${misc:Depends}.
* Set Debhelper compatibility level via debian/compat instead of DH_COMPAT.
* Cleanup rules.
* Pass -s to dh_* calls in binary-arch.
* Cleanup watch file.
* Drop useless debian/dirs, preinst, postinst, prerm, postrm,
  libirman-dev.dirs.
* Cleanup copyright, *.install files, *.links, and watch file.
* Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
  differ.
* Only pass CFLAGS to ./configure.
* Honor make clean errors.
* Fix configure-stamp logic.
* Add a patch system based on quilt; build-dep on quilt; backup config.guess
  and .sub after patching, overwrite with autotool-dev's versions, and
  restore before unpatching; cleanup rules, in particular frop install
  target.
* Drop useless debian/libirman-dev.install and .files.
* New patch, 60_sys-file, look for sys/file.h and include it in irio.c if
  possible; fixes build failure on hurd; thanks Samuel Thibault;
  closes: #436563.
* Avoid running autoheader on rebuilds.
  - New patch, 61_maintainer-mode, adds a kind of "AM_MAINTAINER_MODE" to
    the upstream Make.
  - Pass MAINT="" to the upstream Makefile when building.
  - Fixes build failure when built twice on a row where autoheader was being
    run but wasn't available; closes: #424526.

lp:debian/squeeze/qimageblitz Development 2009-06-26 20:40:58 UTC
5. * Upload to unstable. * Move .gnu.not...

Author: Debian Qt/KDE Maintainers
Revision Date: 2008-05-27 14:51:27 UTC

* Upload to unstable.
* Move .gnu.note section for non-i386 architectures. (Closes: #479575)

lp:debian/squeeze/wv Development 2009-06-26 20:40:38 UTC
5. * Thanks to Matej Vela for all his wo...

Author: Daniel Walrond
Revision Date: 2006-11-12 20:12:19 UTC

* Thanks to Matej Vela for all his work on the package.
* New maintainer is Daniel Walrond. Closes: #379466.
* New uploader is Stuart Teasdale.

lp:debian/squeeze/libroman-perl Development 2009-06-26 20:30:42 UTC
6. * New upstream release. * Set Standar...

Author: gregor herrmann
Revision Date: 2009-01-01 21:56:41 UTC

* New upstream release.
* Set Standards-Version to 3.8.0 (no changes).
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/copyright: switch to new format.
* debian/control:
  - switch Vcs-Browser field to ViewSVN
  - add ${misc:Depends} to Depends: field
  - change my email address
  - wrap long line
  - mention module name in long description

lp:debian/squeeze/policykit-gnome Development 2009-06-26 20:29:57 UTC
6. * debian/patches/05-fix-actions.patch...

Author: Michael Biebl
Revision Date: 2009-04-27 11:39:07 UTC

* debian/patches/05-fix-actions.patch
  - Pull patch from Fedora CVS to make actions work again. When blocking
    "clicked" because the user is not authenticated it should emit
    "auth-start" so that the user is invited to authenticate.
    (Closes: #524836)
* debian/patches/05-no-commas.patch
  - Don't show excess commas when displaying user's real name. Patch pulled
    from Ubuntu.

lp:debian/squeeze/pyvorbis Development 2009-06-26 20:17:59 UTC
6. [ Sandro Tosi ] * debian/control - ...

Author: Sandro Tosi
Revision Date: 2009-06-02 20:20:23 UTC

[ Sandro Tosi ]
* debian/control
  - adjust section to 'debug' for -dbg package

[ Luca Falavigna ]
* Urgency medium to fix RC bugs.
* debian/patches/03_double_free_fix: fix a redundant double free which
  caused a crash while opening a file (Closes: #521559, #526651).

lp:debian/squeeze/libfont-afm-perl Development 2009-06-26 20:02:34 UTC
4. * debian/control: Added: Vcs-Svn fiel...

Author: gregor herrmann
Revision Date: 2008-06-04 22:38:31 UTC

* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* debian/rules: delete /usr/lib/perl5 only if it exists.

* New upstream release.
* debian/watch: extended regexp for matching upstream releases.
* Refresh debian/rules, no functional changes.
* Set Standards-Version to 3.7.3 (no changes).
* Add /me to Uploaders.
* Set debhelper compatibility level to 5.
* Move debhelper from Build-Depends-Indep to Build-Depends.
* debian/copyright: add upstream source location and packaging information,
  improve pointer to common-licenses.

lp:debian/squeeze/sdl-ttf2.0 Development 2009-06-26 20:01:38 UTC
4. [ Aurelien Jarno ] * debian/control: ...

Author: Samuel Mimram
Revision Date: 2007-07-23 14:39:46 UTC

[ Aurelien Jarno ]
* debian/control:
  + Make the package binNMU safe.

[ Samuel Mimram ]
* New upstream release.
* Removed no_freetype_internals.dpatch and pixel_mode_mono.dpatch,
  integrated upstream.
* Don't ignore errors when cleaning.

lp:debian/squeeze/xplc Development 2009-06-26 19:49:27 UTC
4. * New upstream release. - Includes ...

Author: Simon Law
Revision Date: 2005-10-21 09:48:37 UTC

* New upstream release.
  - Includes /usr/bin/uuidcdef. (Closes: Bug#310755)
* Built for G++ 4.0.

lp:debian/squeeze/pwgen Development 2009-06-26 19:35:27 UTC
5. * New upstream version * Fix pwgen -B...

Author: Theodore Ts'o
Revision Date: 2007-07-04 19:19:26 UTC

* New upstream version
* Fix pwgen -Bs so that this option combination works correctly
  (Closes: #368010)
* Fix the pwgen -Bc option combination (Closes: #355153)
* Fix typo in pwgen man page (Closes: #376147)
* Make the -s option imply the -nc options (Closes: #427969)
* Add -v option to generate passwords without vowels (Closes: #387461)

lp:debian/squeeze/libnet-server-perl Development 2009-06-26 19:15:36 UTC
6. * New upstream release (closes: Bug...

Author: Carsten Wolff
Revision Date: 2008-03-04 12:35:17 UTC

* New upstream release
  (closes: Bug#457028)
* Fixed FTBFS if build twice in a row
  (closes: Bug#424529)
* updated standards version to 3.7.3.0 (no changes)
* made lintian happy

lp:debian/squeeze/pkcs11-helper Development 2009-06-26 19:12:07 UTC
3. * New upstream release. * debian/libp...

Author: Eric Dorland
Revision Date: 2009-03-08 22:01:27 UTC

* New upstream release.
* debian/libpkcs11-helper1.symbols: Add symbols file.
* debian/control:
  - Add ${misc:Depends} to libpkcs11-helper1-dev.
  - Bump Standards-Version to 3.8.0.
  - Loosen cdbs build dependency slightly

lp:debian/squeeze/w3c-dtd-xhtml Development 2009-06-26 19:07:51 UTC
3. Do not install compatibility symbolic...

Author: Frederic Schutz
Revision Date: 2004-08-08 22:57:13 UTC

Do not install compatibility symbolic links if they exist already.

lp:debian/squeeze/notify-python Development 2009-06-26 05:39:56 UTC
3. [ Scott Kitterman ] * debian/rules: R...

Author: Loïc Minier
Revision Date: 2007-12-06 15:55:13 UTC

[ Scott Kitterman ]
* debian/rules: Remove src/pynotify.c on clean, so that it actually gets
  regenerated on build. Otherwise some functions like
  attach_to_status_icon() are missing.

[ Piotr Ożarowski ]
* Rename XS-Vcs-Svn field to Vcs-Svn
* Add Vcs-Browser field

[ Loic Minier ]
* Add /svn to the Vcs-Svn URL to allow copy-paste in svn+ssh:// URLs. :-P
* Depends on ${misc:Depends}.
* Fix usage of spaces versus tab in rules; the fix for #434714 was in place,
  but had a syntax error; thanks Martin Pitt; closes: #434714.
* Ship some testsuite scripts as examples; thanks Sebastien Bacher;
  closes: #440244.
* Rewrite build completely without the autotools CDBS class and configure,
  make, and make install for each requested Python version; closes: #438928.

lp:debian/squeeze/netcat Development 2009-06-26 04:48:31 UTC
5. * Move nc.1 from debian/ to top level...

Author: Decklin Foster
Revision Date: 2008-06-19 16:24:35 UTC

* Move nc.1 from debian/ to top level directory, so that debian/ is not
  a self-referential patch. This will allow the package to trivially be
  converted to 3.0 (quilt) format. Thanks to Raphael Hertzog for pointing
  this out. (Closes: #485178)
* Clarify documentation for -q.

lp:debian/squeeze/nvclock Development 2009-06-26 03:34:29 UTC
5. New upstream release. (closes: #51197...

Author: Randall Donald
Revision Date: 2009-02-20 12:02:17 UTC

New upstream release. (closes: #511979, #433375, #360097, #414236)

lp:debian/squeeze/meanwhile Development 2009-06-26 02:33:09 UTC
4. updated standards version to 3.7.2

Author: Chris Vanden Berghe
Revision Date: 2007-05-23 17:32:15 UTC

updated standards version to 3.7.2

lp:debian/squeeze/nose Development 2009-06-26 00:43:16 UTC
4. * New upstream release * Documentatio...

Author: Torsten Marek
Revision Date: 2009-05-17 12:32:32 UTC

* New upstream release
* Documentation is now included
* debian/control
  - build-depend on python-sphinx
  - bump build-dependency on python-dev to >= 2.5.4-1~
  - bump standards to 3.8.1, no changes necessary
  - added dependency to libjs-jquery
* debian/rules
  - addded --install-layout=deb to DEB_PYTHON_INSTALL_ARGS
  - build the documentation using Sphinx
* debian/doc-base
  - added doc-base file to register documentation

lp:debian/squeeze/netkit-telnet Development 2009-06-26 00:17:46 UTC
5. [ Ian Beckwith ] * telnetd.postinst: ...

Author: Alberto Gonzalez Iniesta
Revision Date: 2008-07-22 17:38:26 UTC

[ Ian Beckwith ]
* telnetd.postinst:
  + Fix update-inetd --remove regexp.
  + Drop group from telnetd-ssl regexp.
* telnetd.postrm: Only remove inetd entry if it is disabled.
* telnetd Depends:
  + Replace netbase Depends: with openbsd-inetd | inet-superserver
    to pull in update-inetd (Closes: #473262).
  + Remove versioned dependencies on versions of dpkg and base-files
    that long predate oldstable.

[ Alberto Gonzalez Iniesta ]
* Upload Ian's patch (Closes: #486123)
* Patched telnet.cc to avoid unsetting the TERM variable when is not
  known in the local host. Thanks Philippe Troin for the patch.
  (Closes: #237324)
* Updated debian/menu. Thanks Hideki Yamane. (Closes: #483829)
* Removed stripping options from Makefiles. (Closes: #437618)

lp:debian/squeeze/net-tools Development 2009-06-25 20:11:40 UTC
6. * debian/patches/Bug#254243-netstat.c...

Author: Martín Ferrari
Revision Date: 2009-03-16 01:58:18 UTC

* debian/patches/Bug#254243-netstat.c-wide-opt.patch: Converted last patch
  from Luar Roji to a quilt patch.
* Many changes done in diff.gz that are also present in upstream's CVS:
  - debian/patches/CVS-20020730-route.c_opts_64.patch
  - debian/patches/CVS-20061011-ipmaddr.c_buffer_overflow.patch
  - debian/patches/CVS-20081003-statistics.c_sync.patch
  - debian/patches/CVS-20071202-rarp.c_sync.patch
  - debian/patches/CVS-20070316-netstat.c_sync.patch
  - debian/patches/CVS-20060927-mii-tool.c_sync.patch
  - debian/patches/CVS-20051204-arp.c_sync.patch
  - debian/patches/CVS-20030911-nameif.c_sync.patch
  - debian/patches/CVS-20081002-ifconfig.c_sync.patch
  - debian/patches/CVS-20031011-hostname.c_sync.patch
  - debian/patches/CVS-20051204-slttach.c_sync.patch
  - debian/patches/CVS-20061011-includes_sync.patch
  - debian/patches/CVS-lib_sync.patch
  - debian/patches/CVS-20081003-config.in_sync.patch
  - debian/patches/CVS-20081002-manpages_sync.patch
* Some unsyncable patches converted from diff.gz:
  - debian/patches/netstat.c-assorted_changes.patch
  - debian/patches/translations.patch
  - debian/patches/local-manpages.patch
  - debian/patches/lib_local_changes.patch
  - debian/patches/netstat.c-local_changes.patch
* Reverted changes to Makefile and README.
* debian/watch: added watchfile.
* debian/control, debian/compat: Added versioned dependency on debhelper (it
  was version 1!)
* debian/rules: made from scratch. Closes: #443063.
* Added quilt dependencies and hooks.
* debian/control: updated Standards-Version.
* debian/README.source: added to comply with S-V 3.8.1.
* debian/patches/local-manpages.patch: more manpage fixes.
* debian/patches/translations.patch: fix encoding for .po files.
* debia/rules: supercede Makefile install with custom commands.
* debian/copyright: new format, and attempt to provide a real copyright
  file. Still, the attribution is a mess.
* debian/patches/Bug#345331-socket_overflow.patch: patch from Antonio Galea
  that solves an issue when the socket number exceeds 2^31. Closes: #345331.

lp:debian/squeeze/numlockx Development 2009-06-25 19:45:26 UTC
6. * QA upload. + Set maintainer to De...

Author: Barry deFreese
Revision Date: 2009-05-21 16:43:16 UTC

* QA upload.
  + Set maintainer to Debian QA Group <packages@qa.debian.org>.
* Move Homepage from package description to source stanza.
* Bump Standards Version to 3.8.1. (No changes needed).

lp:debian/squeeze/mkelfimage Development 2009-06-25 19:21:34 UTC
6. * New maintainer (Closes: #515889). *...

Author: Uwe Hermann
Revision Date: 2009-03-14 00:11:35 UTC

* New maintainer (Closes: #515889).
* debian/control:
  + Package description: s/LinuxBIOS/coreboot/.
  + Standards-Version: 3.8.1 (add Homepage field).
* debian/watch: Disable for now, new upstream is svn-only (no tarballs).

lp:debian/squeeze/monodoc Development 2009-06-25 18:25:49 UTC
5. * debian/monodoc-base.install: + En...

Author: Jo Shields
Revision Date: 2009-04-14 13:30:13 UTC

* debian/monodoc-base.install:
  + Ensure NDesk.Options.dll is installed with mdoc.exe, as it
    is needed to run. (Closes: #523400)

lp:debian/squeeze/mbr Development 2009-06-25 17:39:35 UTC
5. Added patch from upstream, thanks to ...

Author: Santiago Garcia Mantinan
Revision Date: 2008-12-27 00:49:19 UTC

Added patch from upstream, thanks to Loïc for reporting and sending
the patch. Closes: #509285.

lp:debian/squeeze/mtr Development 2009-06-25 02:36:20 UTC
7. Use rm -f in rules clean target where...

Author: Robert Woodcock
Revision Date: 2008-09-22 07:30:21 UTC

Use rm -f in rules clean target where necessary, closes: #499789

lp:debian/squeeze/icon Development 2009-06-24 23:03:52 UTC
5. Apply patch from Jurij Smakov to corr...

Author: Christian Hudon
Revision Date: 2008-08-17 19:45:27 UTC

Apply patch from Jurij Smakov to correctly change -O2 to -O0 when building.
Should build and pass tests on all archs now, including Sparc32
(Closes: #475952, #420979)

lp:debian/squeeze/miscfiles Development 2009-06-24 23:01:57 UTC
5. * debian/rules (stamp-configure): Quo...

Author:
Revision Date: 2008-02-24 18:40:51 UTC

* debian/rules (stamp-configure): Quote $(CFLAGS) properly. (Closes:
  #467257) Thanks to Steve Langasek for the patch.

* debian/source.lintian-overrides: Remove file since
  not-using-po-debconf is no longer a lintian tag.

* debian/rules (stamp-binary): Call dh_md5sums toward the end.
* debian/control (Build-Depends): New variable to require debhelper.
* debian/compat: New file (level 6).

lp:debian/squeeze/libxml-sax-expat-perl Development 2009-06-24 22:50:57 UTC
4. * New upstream release. * debian/copy...

Author: gregor herrmann
Revision Date: 2008-07-06 03:12:03 UTC

* New upstream release.
* debian/copyright: update years of copyright.
* Set Standards-Version to 3.8.0 (no changes).
* Add /me to Uploaders.
* Wrap long lines in debian/control.
* Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep in
  order to activate additional tests.
* debian/watch: extended regexp for matching upstream releases.
* Refresh debian/rules, no functional changes; except: install new example
  script.
* Add a lintian-override for a warning about an unbreakable line in a
  manpage, which is caused by a long URL.

lp:debian/squeeze/ilmbase Development 2009-06-24 20:56:07 UTC
5. * ACK previous NMUs, thanks to everyo...

Author: Cyril Brulebois
Revision Date: 2009-04-13 20:32:23 UTC

* ACK previous NMUs, thanks to everyone involved.
* Adopt the package within pkg-phototools (Closes: #494878):
   - Thanks to Adeodato Simó for having taken care of it until now!
   - Set Maintainer to the group.
   - Set Uploaders to myself.
   - Replace Vcs-Bzr with Vcs-{Git,Browser}.
* Switch to debhelper 7:
   - Bump debian/compat to 7.
   - Version the B-D on debhelper: >= 7.0.50 to allow the use of
     overrides.
   - Simplify debian/rules.
   - Specify some targets: build and clean to handle updating/cleaning
     config.{guess,sub}, as well as patch/unpatch handling.
   - Specify some overrides:
      - dh_auto_configure: to set PTHREAD_LIBS=-lpthread when
        configuring, to ensure proper linking against libpthread.
      - dh_auto_test: to make sure not to run the testsuite on arm, or
        when DEB_BUILD_OPTIONS contains “nocheck”.
      - dh_installdocs: to install AUTHORS NEWS and README files in both
        packages without having to list those files in .docs files.
      - dh_makeshlibs: to pass -V to dh_makeshlibs.
* As a consequence, no longer perform an out-of-tree build (see
  #480577). The clean target seems to do its job anyway.
* Switch to using quilt:
   - Add a B-D on it.
   - Move the patch to fix the testsuite on m68k to a proper patch:
      + debian/patches/10_fix_testsuite_for_m68k
* Add ${misc:Depends} to the Depends of both packages.
* Bump Standards-Version from 3.7.3 to 3.8.1 (no changes needed).
* Update copyright notices for the packaging.

lp:debian/squeeze/gawk-doc Development 2009-06-24 19:18:02 UTC
4. * Upload to unstable. * debian/contro...

Author: Arthur Loiret
Revision Date: 2009-05-09 13:18:04 UTC

* Upload to unstable.
* debian/control: Bump Standards-Version to 3.8.1.

lp:debian/squeeze/gartoon Development 2009-06-24 18:53:22 UTC
4. * Applied patch from Ubuntu to solve ...

Author: Otavio Salvador
Revision Date: 2006-07-03 11:13:10 UTC

* Applied patch from Ubuntu to solve a fliped files. Thanks to Oliver
  Grawert <ogra@ubuntu.com> by notice me.
* Make building compatible with dash shell.
* Bump Standards-Version to 3.7.2 (no changes).
* Move debhelper to build-depends otherwise clean target will fail in
  build-deamons.
* Add an empty binary-arch rules target since it's required by policy.

lp:debian/squeeze/hfsplus Development 2009-06-24 16:48:30 UTC
4. Fix possible future FTBFS by removing...

Author: Aurélien GÉRÔME
Revision Date: 2006-10-30 18:42:24 UTC

Fix possible future FTBFS by removing an unused header.
Add 396180_remove_unused_header.dpatch.
Thanks to Martin Pitt. (Closes: #396180)

lp:debian/squeeze/ispell-gl Development 2009-06-24 15:58:03 UTC
6. * debian/*.info-*spell: - Do not ex...

Author: Agustin Martin Domingo
Revision Date: 2009-03-16 00:42:53 UTC

* debian/*.info-*spell:
  - Do not explicitly add '-d <hash>' to ispell-args. New
    dictionaries-common will take care of that.
* debian/control:
  - Build Dep on at least dictionaries-common-dev 1.2 to use
    new debhelper snippets.
* Raise debhelper compat level to 7. Use dh_prep.
* Raise Standards-Version to 3.8.1. No changes required.

lp:debian/squeeze/genromfs Development 2009-06-24 15:04:39 UTC
5. * Check for errors when writing image...

Author: Juan Cespedes
Revision Date: 2007-09-26 15:52:04 UTC

* Check for errors when writing image (closes: Bug#240522)
* Switched to debhelper

lp:debian/squeeze/flute-openoffice.org Development 2009-06-24 04:54:35 UTC
3. add build-depends on ant and java-gcj...

Author: Rene Engelhard
Revision Date: 2009-05-07 11:32:11 UTC

add build-depends on ant and java-gcj-compat-dev (closes: #527177)

lp:debian/squeeze/efibootmgr Development 2009-06-24 03:53:01 UTC
5. build depend on libpci-dev instead of...

Author: Bdale Garbee
Revision Date: 2008-04-28 18:12:40 UTC

build depend on libpci-dev instead of pcituils-dev, closes: #478374

lp:debian/squeeze/docbook Development 2009-06-24 02:11:30 UTC
5. * debian/control: Homepage field tran...

Author: Daniel Leidert
Revision Date: 2007-09-26 21:21:26 UTC

* debian/control: Homepage field transition.
  (Suggests): Added docbook-defguide.
* debian/docbook.postinst: Removed. Contains only pre-etch legacy stuff.
* debian/README.Debian: Removed or replaced references to non-existing
  packages.
* debian/watch: Added watch file.

lp:debian/squeeze/findutils Development 2009-06-24 01:26:31 UTC
13. * debian/locate-cron.daily: Test if c...

Author: Andreas Metzler
Revision Date: 2009-06-06 16:56:11 UTC

* debian/locate-cron.daily: Test if called by root. (Thank's, Michael Vogt).
  Closes: #526939
* New upstream version.
  + find -prune now makes sure it has valid stat() information.
    Closes: #527584
  + Drop patches/10_typo_525263.dpatch, included upstream.

lp:debian/squeeze/analog Development 2009-06-23 22:13:58 UTC
5. * Add Vcs-* fields. * Add 01_bzip_rea...

Author: Bradley Smith
Revision Date: 2009-04-07 20:44:46 UTC

* Add Vcs-* fields.
* Add 01_bzip_reading.diff. Patch from
  Andrew McCarthy <andrewmc-debian@celt.dias.ie>. Closes: #522277.
* Update Standards-Version to 3.8.1. (No changes).

lp:debian/squeeze/qca2-plugin-ossl Development 2009-06-21 20:02:15 UTC
3. Fix compilation with OpenSSL >= 0.9.8...

Author: Jan Niehusmann
Revision Date: 2009-06-21 20:02:15 UTC

Fix compilation with OpenSSL >= 0.9.8i (Closes: Bug#533970)
(Upstream patch downloaded from
http://websvn.kde.org/trunk/kdesupport/qca/plugins/qca-ossl/qca-ossl.cpp?r1=848615&r2=864423&view=patch)

lp:debian/squeeze/dict-jargon Development 2009-06-20 19:03:13 UTC
6. * Add dict-server to Depends (Closes:...

Author: Ruben Molina
Revision Date: 2009-06-20 19:03:13 UTC

* Add dict-server to Depends (Closes: #533717)
* Standards-Version bumped to 3.8.2 (no changes)
* Add versioned reference to GPL in debian/copyright

lp:debian/squeeze/diff-doc Development 2009-06-16 12:07:43 UTC
4. * Do not ignore errors from make clea...

Author: Santiago Vila
Revision Date: 2008-11-28 18:15:12 UTC

* Do not ignore errors from make clean (lintian warning).
* Moved packages in build-depends to build-depends-indep.
* Removed duplicates of "the" in the document.
* Removed useless stuff in debian/rukles.
* Changed doc-base section to "Text".

lp:debian/squeeze/dict-gcide Development 2009-06-16 10:35:10 UTC
6. * QA upload. * Bump to Standards-Vers...

Author: Clint Adams
Revision Date: 2009-01-14 21:22:23 UTC

* QA upload.
* Bump to Standards-Version 3.8.0.
* "faun": fix typo of "shepherd". closes: #302096.
* "firmament" 3.: fix typo of "remote". closes: #254457.
* "tickle": fix typo of "dangerous". closes: #258359.
* (debian/control): fix typo of "server". closes: #401782.
* "sensible" Syn.: fix typo of "sense". closes: #345014.
* "aves" note: remove extraneous comma. closes: #336048.
* "manila" 2.: fix typo of "paper". closes: #418259.

lp:debian/squeeze/babl Development 2009-06-16 10:19:14 UTC
3. New upstream release

Author: Ross Burton
Revision Date: 2008-06-16 11:32:54 UTC

New upstream release

lp:debian/squeeze/bf-utf Development 2009-06-16 07:30:26 UTC
3. * Non-maintainer upload * Complete Pe...

Author: Christian Perrier
Revision Date: 2005-09-11 16:22:45 UTC

* Non-maintainer upload
* Complete Persian characters so that D-I displays all characters
  for this language. Thanks to Eugeniy "Magic" Meshcheryakov for the patch.
  Closes: #323645

lp:debian/squeeze/devio Development 2009-06-16 06:47:22 UTC
2. * Synced with upstream. * Initial upl...

Author: Rod Whitby
Revision Date: 2006-01-17 14:06:26 UTC

* Synced with upstream.
* Initial upload to Debian. Closes: #345490

lp:debian/squeeze/cvsps Development 2009-06-16 05:13:34 UTC
6. * Sync from Ubuntu to Debian, fixing ...

Author: Michael Casadevall
Revision Date: 2008-10-05 23:10:04 UTC

* Sync from Ubuntu to Debian, fixing 64-bit issue in Debian (Closes: #489219)
* Bumped standards version to 3.8.0

lp:debian/squeeze/docbook-dsssl Development 2009-06-16 02:59:20 UTC
5. * Updated standards version * Added l...

Author: Peter Eisentraut
Revision Date: 2008-06-01 14:54:41 UTC

* Updated standards version
* Added lintian override

lp:debian/squeeze/contact-lookup-applet Development 2009-06-16 02:46:39 UTC
4. [ Ross Burton ] * New upstream releas...

Author: Ross Burton
Revision Date: 2007-05-24 14:55:20 UTC

[ Ross Burton ]
* New upstream release.

[ Loic Minier ]
* Add a get-orig-source target to retrieve the upstream tarball.

lp:debian/squeeze/cppunit Development 2009-06-16 01:37:03 UTC
5. * New upstream release. - No longer...

Author: Steve M. Robbins
Revision Date: 2008-02-20 22:43:21 UTC

* New upstream release.
  - No longer uses Qt3 compatibility headers.
  - Builds with g++-4.3. Closes: #441521.

* debian/control: Remove build-dep libqt3-compat-headers. Closes: #464248.
Change from package libcppunit-1.12-0 to libcppunit-1.12-1.

* debian/rules: Change from package libcppunit-1.12-0 to
  libcppunit-1.12-1.

* debian/copyright: Add explicit license text. Closes: #437526.

* Fix lintian warnings:
  - cppunit-config.1: Remove unknown markup ".l".
  - debian/control: Add Homepage header; remove homepage from long
    description. Change deprecated ${Source-Version} to ${binary:Version}.
    Bump standards-version to 3.7.3.0 (no changes required).
  - debian/libcppunit-doc.doc-base: Remove dangerous whitespace.
  - debian/rules: Remove .cvsignore files. Remove execute bit from
    example run.bat file.

lp:debian/squeeze/bridge-utils Development 2009-06-16 00:56:30 UTC
5. * Try to fix the lack of bridge/ on t...

Author: Santiago Garcia Mantinan
Revision Date: 2008-08-27 21:21:41 UTC

* Try to fix the lack of bridge/ on the sysfs paths. Closes: 496491.
* Add a comment on the bridge-utils-interfaces manpage about the
  misusage of stanzas for the bridge ports in the interfaces file.
  Closes: #488313.

lp:debian/squeeze/device-tree-compiler Development 2009-06-16 00:09:02 UTC
2. * New upstream release. * Fix lintian...

Author: Aurélien GÉRÔME
Revision Date: 2008-02-16 17:08:36 UTC

* New upstream release.
* Fix lintian warning "copyright-without-copyright-notice".
  + Update debian/copyright.

lp:debian/squeeze/autoconf2.59 Development 2009-06-15 21:37:08 UTC
2. * Initial release, this autoconf vers...

Author: Arthur Loiret
Revision Date: 2009-03-13 08:03:57 UTC

* Initial release, this autoconf version is needed to build GCC (>= 4.3.3),
  newlib, and probably some others toolchain related packages.
* debian/patches/01_update_autotools.diff: Update to newer autotools.
* debian/patches/02_autoreconf-aclocal.diff: Set AUTOM4TE env variable to
  ensure aclocal uses the right autom4te version.

lp:debian/squeeze/appconfig Development 2009-06-15 21:11:59 UTC
2. revert NMU which sets debhelper level...

Author: Anand Kumria
Revision Date: 2004-10-07 09:49:22 UTC

revert NMU which sets debhelper level 4 compatibility (closes: )

lp:debian/squeeze/aiksaurus Development 2009-06-15 19:36:49 UTC
4. Bupmed to Standards-Version: 3.8.0.

Author: Masayuki Hatta
Revision Date: 2008-07-14 02:23:10 UTC

Bupmed to Standards-Version: 3.8.0.

lp:debian/squeeze/libtext-wrapi18n-perl Development 2009-06-10 07:58:32 UTC
5. * Fix infinite loop in Text::WrapI18N...

Author: Anibal Monsalve Salazar
Revision Date: 2009-06-10 07:58:32 UTC

* Fix infinite loop in Text::WrapI18N
  01-470250-WrapI18N.pm.patch by Nicolas François
  closes: 470250
* Build depend on quilt
* Standards Version is 3.8.1
* DH compatibility level is 7
* Run dh_prep instead of dh_clean -k

lp:debian/squeeze/libpam-radius-auth Development 2009-05-18 23:34:36 UTC
4. * Non-maintainer upload to fix pendin...

Author: Christian Perrier
Revision Date: 2008-05-22 19:14:50 UTC

* Non-maintainer upload to fix pending l10n issues.
* Remove debconf stuff that deals with a prehistoric transition.
  Closes: #414926, #482458, #483032, #483081
* [Lintian] Set debhelper compatibility level in debian/compat
* [Lintian] No longer ignore errors in "make clean"
* [Lintian] Remove debian/conffiles that only contains a file in /etc
  which is anyway automatically added

lp:debian/squeeze/libwpg Development 2009-05-18 23:14:52 UTC
5. New upstream release

Author: Rene Engelhard
Revision Date: 2008-07-28 14:57:54 UTC

New upstream release

lp:debian/squeeze/libconvert-asn1-perl Development 2009-05-18 22:47:45 UTC
5. * New upstream release. * Add myself ...

Author: Ansgar Burchardt
Revision Date: 2008-09-22 14:06:04 UTC

* New upstream release.
* Add myself to Uploaders.
* Convert debian/copyright to proposed machine-readable format.

lp:debian/squeeze/sshfs-fuse Development 2009-05-18 22:43:37 UTC
5. * New upstream version. - allows mo...

Author: Bartosz Fenski
Revision Date: 2009-02-02 22:58:33 UTC

* New upstream version.
  - allows mounting locations with , character (Closes: #502579)
* changes by Jelle de Jong - thanks! (Closes: #491210)
  - Bumped Standards-Version to 3.8.0
  - Bumped debhelper compat version
  - Provides sshfs-debug package
* Mentions FUSE in description (Closes: #510369)

lp:debian/squeeze/gperf Development 2009-05-18 22:29:29 UTC
4. New upstream release

Author: J.H.M. Dassen (Ray)
Revision Date: 2007-05-20 21:52:04 UTC

New upstream release

lp:debian/squeeze/vlock Development 2009-05-18 22:12:34 UTC
4. * Don't try to chgrp to "vlock" durin...

Author: Alexander Wirt
Revision Date: 2008-06-17 17:13:25 UTC

* Don't try to chgrp to "vlock" during build time (Closes: #486665)
* Bump standards version (No changes)

lp:debian/squeeze/libgpg-error Development 2009-05-18 22:00:06 UTC
5. * New upstream release. * debian/cont...

Author: Jose Carlos Garcia Sogo
Revision Date: 2009-03-20 09:50:56 UTC

* New upstream release.
* debian/control:
  + Bump Standards-Version to 3.8.1. No changes needed.
  + Add ${shlibs:Depends} var to Depends line on -dev package, as it
    includes binaries
* debian/rules:
  + Don't ignore errors on make clean and make lintian happy.
  + Use dh_prep instead of deprecated in level 7 dh_clean -k
  + Bump generated shlibs dependency to libgpg-error >= 1.6-1
* Delete libgpg-error0.post[inst,rm] files
* Set debian/compat file to debhelper level 7, and build-depend needed
  debhelper version (version in lenny, so package can be portable)

lp:debian/squeeze/libparse-debcontrol-perl Development 2009-05-14 00:01:14 UTC
2. [ Roberto C. Sanchez ] * Update to de...

Author: gregor herrmann
Revision Date: 2008-03-11 22:49:57 UTC

[ Roberto C. Sanchez ]
* Update to debhelper compatibility level 6.

[ gregor herrmann ]
* debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467811).
* debian/watch: use dist-based URL.

lp:debian/squeeze/libxevie Development 2009-05-13 23:49:44 UTC
4. * Put binary packages in the correct ...

Author: Julien Cristau
Revision Date: 2008-05-12 15:15:19 UTC

* Put binary packages in the correct sections.
* libxevie-dev needs a dependency on libx11-dev and libxext-dev.
  Reported by Thorvald Natvig on IRC, thanks!
* Remove Branden and Fabio from Uploaders with their permission.
* Add myself to Uploaders.
* Drop the debian revision (-1) from the libxext-dev build-dep.
* Bump Standards-Version to 3.7.3.
* Use Vcs-* instead of XS-Vcs-*.
* libxevie1{,-dbg} don't need to depend on x11-common.
* Use ${binary:Version} instead of the obsolete ${Source-Version}.

lp:debian/squeeze/libnet-ip-perl Development 2009-05-13 23:47:27 UTC
3. * Correct a bug in the ipcount script...

Author: Frederic Schutz
Revision Date: 2006-11-10 20:20:26 UTC

* Correct a bug in the ipcount script which prevents the use
  of option -d; thanks to Thomas Parmelan for reporting the bug
  and providing a patch (Closes: Bug#397941)
* Urgency medium to fix an annoying bug in time for Etch.
* Upload sponsored thanks to Anibal Monsalve Salazar

lp:debian/squeeze/libdc1394 Development 2009-05-13 23:37:23 UTC
4. add armel and armeb to control file

Author: Peter De Schrijver (p2)
Revision Date: 2007-09-16 20:44:58 UTC

add armel and armeb to control file

lp:debian/squeeze/ps2eps Development 2009-05-13 23:34:24 UTC
5. * debian/rules: Use debian/clean inst...

Author: Rafael Laboissiere
Revision Date: 2009-04-19 22:34:48 UTC

* debian/rules: Use debian/clean instead of manually cleaning files
* debian/compat, debian/control: Bump build-dependency on debhelper to
  >= 7.0.0, otherwise debian/clean is moot
* debian/clean: New file
* debian/control:
  + Bump Standards-Version to 3.8.1 (no changes needed)
  + The package is now maintained with Git at alioth.debian.org. Add
    Vcs-Git field and change Vcs-Browser accordingly.
  + Fix Lintian warning debhelper-but-no-misc-depends
* debian/patches/{minus-sign-manpages.diff,perl-path-in-ps2eps.diff}:
  Add description

lp:debian/squeeze/libmpcdec Development 2009-05-13 23:22:34 UTC
4. * Non-maintainer upload by the Releas...

Author: Dato Simó
Revision Date: 2009-03-10 15:22:20 UTC

* Non-maintainer upload by the Release Team (maintainer is in the
  LowThresholdNmu list).

* Reupload with bumped epoch to undo unannounced and uncoordinated SONAME
  bump by the libmpc package. Such transition would tie itself with several
  ongoing transitions, and would hit us particularly bad because it includes
  API changes that require porting.

lp:debian/squeeze/tipa Development 2009-05-13 23:16:14 UTC
6. * Rebuilt with debhelper 7.2.14 to ge...

Author: Rafael Laboissiere
Revision Date: 2009-04-21 09:39:35 UTC

* Rebuilt with debhelper 7.2.14 to get rid of Lintian warning
  postinst-has-useless-call-to-install-docs
* debian/control:
  + Bump Standards-Version to 3.8.1 (no changes needed)
  + The package is now maintained with Git at alioth.debian.org. Add
    Vcs-Git field and change Vcs-Browser accordingly.

lp:debian/squeeze/libnet-telnet-perl Development 2009-05-13 23:09:12 UTC
3. * Now _really_ transferred the packag...

Author: Gunnar Wolf
Revision Date: 2007-12-23 12:05:58 UTC

* Now _really_ transferred the package over to the group (yes, I had
  forgotten to note it in debian/control the previous upload :-/
* Added homepage, vcs-svn and vcs-browser fields to debian/control

lp:debian/squeeze/libid3tag Development 2009-05-13 22:49:59 UTC
3. Reupload with the the CVS directories.

Author: Kurt Roeckx
Revision Date: 2007-01-20 16:57:31 UTC

Reupload with the the CVS directories.

1670116797 of 16797 results