Author: dnusinow Date: 2006-08-29 23:23:28 -0400 (Tue, 29 Aug 2006) New Revision: 3129
Modified: trunk/lib/libfs/debian/changelog trunk/lib/libfs/debian/compat trunk/lib/libfs/debian/control trunk/lib/libfs/debian/rules Log: * Version pre-depends on x11-common to bring things in line with policy * Policy bump to 3.7.2.0 * Debhelper compat bump to 5 Modified: trunk/lib/libfs/debian/changelog =================================================================== --- trunk/lib/libfs/debian/changelog 2006-08-30 03:17:55 UTC (rev 3128) +++ trunk/lib/libfs/debian/changelog 2006-08-30 03:23:28 UTC (rev 3129) @@ -8,8 +8,13 @@ [ Drew Parsons ] * dbg package has priority extra. - -- Drew Parsons <[EMAIL PROTECTED]> Sat, 19 Aug 2006 22:19:56 +1000 + [ David Nusinow ] + * Version pre-depends on x11-common to bring things in line with policy + * Policy bump to 3.7.2.0 + * Debhelper compat bump to 5 + -- David Nusinow <[EMAIL PROTECTED]> Tue, 29 Aug 2006 23:23:01 +0000 + libfs (2:1.0.0-3) unstable; urgency=low * Reorder makeshlib command in rules file so that ldconfig is run Modified: trunk/lib/libfs/debian/compat =================================================================== --- trunk/lib/libfs/debian/compat 2006-08-30 03:17:55 UTC (rev 3128) +++ trunk/lib/libfs/debian/compat 2006-08-30 03:23:28 UTC (rev 3129) @@ -1 +1 @@ -4 +5 Modified: trunk/lib/libfs/debian/control =================================================================== --- trunk/lib/libfs/debian/control 2006-08-30 03:17:55 UTC (rev 3128) +++ trunk/lib/libfs/debian/control 2006-08-30 03:23:28 UTC (rev 3129) @@ -3,8 +3,8 @@ Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), pkg-config, x11proto-core-dev (>= 6.8.99.15+cvs.20050722-1), x11proto-fonts-dev, xtrans-dev -Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 5.0.0), pkg-config, x11proto-core-dev (>= 6.8.99.15+cvs.20050722-1), x11proto-fonts-dev, xtrans-dev +Standards-Version: 3.7.2.0 Package: libfs6 Architecture: any @@ -42,8 +42,8 @@ Package: libfs-dev Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libfs6 (= ${Source-Version}), x11proto-core-dev, x11proto-fonts-dev -Pre-Depends: x11-common (>= 1:1.09) +Depends: ${shlibs:Depends}, ${misc:Depends}, libfs6 (= ${Source-Version}), x11proto-core-dev, x11proto-fonts-dev +Pre-Depends: x11-common (>= 1:7.0.0) Description: X11 Font Services library (development headers) libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not Modified: trunk/lib/libfs/debian/rules =================================================================== --- trunk/lib/libfs/debian/rules 2006-08-30 03:17:55 UTC (rev 3128) +++ trunk/lib/libfs/debian/rules 2006-08-30 03:23:28 UTC (rev 3129) @@ -75,7 +75,7 @@ dh_install --sourcedir=debian/tmp --list-missing dh_installchangelogs dh_link - dh_strip --dbg-package=$(PACKAGE) + dh_strip --dbg-package=$(PACKAGE)-dbg dh_compress dh_fixperms dh_makeshlibs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

