r14657 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Thu Oct 31 09:51:51 UTC 2013


Author: pmatthaei
Date: 2013-10-31 09:51:51 +0000 (Thu, 31 Oct 2013)
New Revision: 14657

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
   packages/trunk/libphysfs/debian/rules
Log:
* Don't explicitly request xz compression - dpkg 1.17 does this by default.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2013-10-28 13:00:29 UTC (rev 14656)
+++ packages/trunk/libphysfs/debian/changelog	2013-10-31 09:51:51 UTC (rev 14657)
@@ -1,7 +1,11 @@
 libphysfs (2.0.3-3) UNRELEASED; urgency=low
 
+  [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 
+  [ Patrick Matthäi ]
+  * Don't explicitly request xz compression - dpkg 1.17 does this by default.
+
  -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 22:21:39 +0200
 
 libphysfs (2.0.3-2) unstable; urgency=low

Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control	2013-10-28 13:00:29 UTC (rev 14656)
+++ packages/trunk/libphysfs/debian/control	2013-10-31 09:51:51 UTC (rev 14657)
@@ -19,7 +19,6 @@
 Package: libphysfs-dev
 Section: libdevel
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  libphysfs1 (= ${binary:Version})
@@ -32,8 +31,7 @@
 
 Package: libphysfs1
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends},
- dpkg (>= 1.15.6~)
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Provides: libphysfs-1.0-0
@@ -47,7 +45,6 @@
 
 Package: libphysfs1-dbg
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends},
  libphysfs1 (= ${binary:Version})
 Priority: extra

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2013-10-28 13:00:29 UTC (rev 14656)
+++ packages/trunk/libphysfs/debian/rules	2013-10-31 09:51:51 UTC (rev 14657)
@@ -23,6 +23,3 @@
 
 override_dh_strip:
 	dh_strip --dbg-package=libphysfs1-dbg
-
-override_dh_builddeb:
-	dh_builddeb -- -Zxz




More information about the Pkg-games-commits mailing list