r13843 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Mon Nov 12 18:19:21 UTC 2012


Author: pmatthaei
Date: 2012-11-12 18:19:20 +0000 (Mon, 12 Nov 2012)
New Revision: 13843

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
   packages/trunk/libphysfs/debian/rules
Log:
* Switch to xz compression and add a Pre-Depends on dpkg.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2012-11-12 18:17:12 UTC (rev 13842)
+++ packages/trunk/libphysfs/debian/changelog	2012-11-12 18:19:20 UTC (rev 13843)
@@ -1,6 +1,7 @@
 libphysfs (2.0.2-8) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.4 (no changes needed).
+  * Switch to xz compression and add a Pre-Depends on dpkg.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Mon, 12 Nov 2012 19:16:40 +0100
 

Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control	2012-11-12 18:17:12 UTC (rev 13842)
+++ packages/trunk/libphysfs/debian/control	2012-11-12 18:19:20 UTC (rev 13843)
@@ -19,6 +19,7 @@
 Package: libphysfs-dev
 Section: libdevel
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  libphysfs1 (= ${binary:Version})
@@ -31,7 +32,8 @@
 
 Package: libphysfs1
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends},
+ dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Provides: libphysfs-1.0-0

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2012-11-12 18:17:12 UTC (rev 13842)
+++ packages/trunk/libphysfs/debian/rules	2012-11-12 18:19:20 UTC (rev 13843)
@@ -96,7 +96,7 @@
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb
+	dh_builddeb -- -Zxz
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-games-commits mailing list