r13231 - software/ui/debian
Petter Reinholdtsen
pere at alioth.debian.org
Sun Feb 12 05:30:48 UTC 2012
Author: pere
Date: 2012-02-12 05:30:48 +0000 (Sun, 12 Feb 2012)
New Revision: 13231
Modified:
software/ui/debian/changelog
software/ui/debian/compat
software/ui/debian/control
software/ui/debian/rules
Log:
Reduce debhelper compat level from 9 to 8 to make this package buildable in Squeeze. Drop build depend on no longer needed dh-autoreconf.
Modified: software/ui/debian/changelog
===================================================================
--- software/ui/debian/changelog 2012-02-12 05:28:29 UTC (rev 13230)
+++ software/ui/debian/changelog 2012-02-12 05:30:48 UTC (rev 13231)
@@ -2,6 +2,9 @@
* Acknowledge NMU (Closes: #659534).
* Add myself as uploader.
+ * Reduce debhelper compat level from 9 to 8 to make this package
+ buildable in Squeeze. Drop build depend on no longer needed
+ dh-autoreconf.
-- Petter Reinholdtsen <pere at debian.org> Sun, 12 Feb 2012 06:09:12 +0100
Modified: software/ui/debian/compat
===================================================================
--- software/ui/debian/compat 2012-02-12 05:28:29 UTC (rev 13230)
+++ software/ui/debian/compat 2012-02-12 05:30:48 UTC (rev 13231)
@@ -1 +1 @@
-9
+8
Modified: software/ui/debian/control
===================================================================
--- software/ui/debian/control 2012-02-12 05:28:29 UTC (rev 13230)
+++ software/ui/debian/control 2012-02-12 05:30:48 UTC (rev 13231)
@@ -7,7 +7,7 @@
Enrico Zini <enrico at debian.org>,
Jonas Smedegaard <dr at jones.dk>,
Petter Reinholdtsen <pere at debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config,
+Build-Depends: debhelper (>= 8), pkg-config,
libept-dev, libwibble-dev, libfltk1.1-dev, libtagcoll2-dev
,imagemagick
#, fluid
Modified: software/ui/debian/rules
===================================================================
--- software/ui/debian/rules 2012-02-12 05:28:29 UTC (rev 13230)
+++ software/ui/debian/rules 2012-02-12 05:30:48 UTC (rev 13231)
@@ -8,7 +8,7 @@
$(info DEB_BUILD_MAINT_OPTIONS:$(origin DEB_BUILD_MAINT_OPTIONS)=$(DEB_BUILD_MAINT_OPTIONS))
%:
- dh $@ --with-autoreconf
+ dh $@
override_dh_auto_build:
convert data/icons/Icon32.png debian/goplay.xpm
More information about the Pkg-games-commits
mailing list