[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r2432 - branches/7.1/lib/libfontenc/debian



Author: dnusinow
Date: 2006-07-03 16:35:01 -0400 (Mon, 03 Jul 2006)
New Revision: 2432

Modified:
   branches/7.1/lib/libfontenc/debian/changelog
   branches/7.1/lib/libfontenc/debian/compat
   branches/7.1/lib/libfontenc/debian/control
   branches/7.1/lib/libfontenc/debian/rules
Log:
* New upstream release
* Bump debhelper compat to 5
* Remove extra dep on x11-common from -dev package
* Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
  of Debian and shut lintian up
* Bump standards version to 3.7.2.0

Modified: branches/7.1/lib/libfontenc/debian/changelog
===================================================================
--- branches/7.1/lib/libfontenc/debian/changelog	2006-07-03 20:24:39 UTC (rev 2431)
+++ branches/7.1/lib/libfontenc/debian/changelog	2006-07-03 20:35:01 UTC (rev 2432)
@@ -1,3 +1,14 @@
+libfontenc (1:1.0.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Bump debhelper compat to 5
+  * Remove extra dep on x11-common from -dev package
+  * Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
+    of Debian and shut lintian up
+  * Bump standards version to 3.7.2.0
+
+ -- David Nusinow <dnusinow@debian.org>  Mon,  3 Jul 2006 16:32:31 -0400
+
 libfontenc (1:1.0.1-6) unstable; urgency=low
 
   [ David Martínez Moreno ]

Modified: branches/7.1/lib/libfontenc/debian/compat
===================================================================
--- branches/7.1/lib/libfontenc/debian/compat	2006-07-03 20:24:39 UTC (rev 2431)
+++ branches/7.1/lib/libfontenc/debian/compat	2006-07-03 20:35:01 UTC (rev 2432)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libfontenc/debian/control
===================================================================
--- branches/7.1/lib/libfontenc/debian/control	2006-07-03 20:24:39 UTC (rev 2431)
+++ branches/7.1/lib/libfontenc/debian/control	2006-07-03 20:35:01 UTC (rev 2432)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends: debhelper (>= 4.0.0), x11proto-core-dev (>= 6.8.99.15+cvs.20050722-1), zlib1g-dev, pkg-config
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), x11proto-core-dev (>= 6.8.99.15+cvs.20050722-1), zlib1g-dev, pkg-config
+Standards-Version: 3.7.2.0
 
 Package: libfontenc1
 Architecture: any
@@ -39,8 +39,8 @@
 
 Package: libfontenc-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libfontenc1 (= ${Source-Version}), zlib1g-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libfontenc1 (= ${Source-Version}), zlib1g-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 font encoding library (development headers)
  libfontenc is a library which helps font libraries portably determine
  and deal with different encodings of fonts.

Modified: branches/7.1/lib/libfontenc/debian/rules
===================================================================
--- branches/7.1/lib/libfontenc/debian/rules	2006-07-03 20:24:39 UTC (rev 2431)
+++ branches/7.1/lib/libfontenc/debian/rules	2006-07-03 20:35:01 UTC (rev 2432)
@@ -76,7 +76,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



Reply to: