tag 380581 patch thanks سلام שלום On Mon, Jul 31, 2006, Adrian Bunk wrote: > There is no dependency ensuring, that there are always libraries > recent enough compared to the ones on the build system installed.
I intend to upload an NMU with the following diff. -- adn Mohammed Adnène Trojette
diff -u xmms-alarm-0.3.7/debian/control xmms-alarm-0.3.7/debian/control --- xmms-alarm-0.3.7/debian/control +++ xmms-alarm-0.3.7/debian/control @@ -2,13 +2,13 @@ Section: utils Priority: optional Maintainer: Yooseong Yang <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libglib1.2-dev (>= 1.2), libgtk1.2-dev (>= 1.2), xmms-dev (>= 1.2) -Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 4.0), libglib1.2-dev (>= 1.2), libgtk1.2-dev (>= 1.2), xmms-dev (>= 1.2) +Standards-Version: 3.7.2 Package: xmms-alarm Architecture: any -Depends: xmms (>= 1.2) -Description: xmms general plugin for using xmms as an alarm clock. +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: xmms general plugin for using xmms as an alarm clock Xmms-alarm is a general plugin with xmms as an alarm clock. . It contains several features like, volume to fade up to, time taken diff -u xmms-alarm-0.3.7/debian/rules xmms-alarm-0.3.7/debian/rules --- xmms-alarm-0.3.7/debian/rules +++ xmms-alarm-0.3.7/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 STRIP=strip --remove-section=.comment --remove-section=.note PLUGIN_DIR=$$(xmms-config --general-plugin-dir) diff -u xmms-alarm-0.3.7/debian/changelog xmms-alarm-0.3.7/debian/changelog --- xmms-alarm-0.3.7/debian/changelog +++ xmms-alarm-0.3.7/debian/changelog @@ -1,3 +1,16 @@ +xmms-alarm (0.3.7-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add ${misc:Depends}, closes: #380581. + * Replace Depends on xmss by ${shlibs:Depends}. + * Makes lintian happy: + + bump Standards-Version to 3.7.2. + + remove trailing dot in Description: field. + + bump debhelper compatibility version to 4 and build-depends on + debhelper >= 4.0. + + -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Mon, 7 Aug 2006 23:50:20 +0200 + xmms-alarm (0.3.7-1) unstable; urgency=low * New upstream release, closes: #327830