Branches for Sid

Name Status Last Modified Last Commit
lp:debian/libhtml-tagset-perl Development 2009-06-27 07:00:42 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/libxml-libxml-common-perl Development 2009-06-27 05:22:01 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/libcompress-zlib-perl Development 2009-06-27 03:47:21 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/policykit Development 2009-06-27 02:40:36 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/telepathy-mission-control Development 2009-06-27 02:10:18 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/sparc-utils Development 2009-06-27 00:18:41 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/pentaho-reporting-flow-engine-openoffice.org Development 2009-06-26 22:12:16 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/libirman Development 2009-06-26 20:47:50 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/policykit-gnome Development 2009-06-26 20:35:05 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/libfont-afm-perl Development 2009-06-26 20:07:39 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/mkelfimage Development 2009-06-25 19:26:44 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/monodoc Development 2009-06-25 18:31:32 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/gartoon Development 2009-06-24 18:58:29 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/genromfs Development 2009-06-24 15:09:50 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/flute-openoffice.org Development 2009-06-24 04:59:40 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/diff-doc Development 2009-06-16 12:12:57 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/devio Development 2009-06-16 06:52:32 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/contact-lookup-applet Development 2009-06-16 02:51:52 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/libpam-radius-auth Development 2009-05-18 23:40:08 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/libxevie Development 2009-05-13 23:50:15 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/libformula-openoffice.org Development 2009-05-13 23:48:01 UTC
3. upload to unstable

Author: Rene Engelhard
Revision Date: 2009-05-06 01:34:38 UTC

upload to unstable

lp:debian/libdc1394 Development 2009-05-13 23:37:47 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/libmpcdec Development 2009-05-13 23:22:57 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/libloader-openoffice.org Development 2009-05-13 22:55:32 UTC
3. upload to unstable

Author: Rene Engelhard
Revision Date: 2009-05-06 01:24:25 UTC

upload to unstable

3070130724 of 30724 results