[SCM] Packaging for quarry branch, master, updated. debian/0.2.0.dfsg.1-3-14-g9dc2e0b

Vincent Legout vincent at legout.info
Tue Feb 8 13:24:31 UTC 2011


The following commit has been merged in the master branch:
commit 84ecf75e7bff9c1365fbb053ec1d92b5fa7219c6
Author: Vincent Legout <vincent at legout.info>
Date:   Tue Feb 8 13:10:53 2011 +0100

    Use --with autotools_dev

diff --git a/debian/changelog b/debian/changelog
index 18f9afa..564558c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 quarry (0.2.0.dfsg.1-5) UNRELEASED; urgency=low
 
   * debian/control: Update Standards-Version to 3.9.1. No changes needed
+  * debian/rules: Use --with autotools_dev to refresh config.guess and
+    config.sub
 
  -- Vincent Legout <vincent at legout.info>  Tue, 08 Feb 2011 12:49:39 +0100
 
diff --git a/debian/clean b/debian/clean
index aaf3dc8..ecdc77c 100644
--- a/debian/clean
+++ b/debian/clean
@@ -2,5 +2,3 @@ data/textures/wood1.jpg
 data/textures/wood2.jpg
 data/quarry.xpm
 po/ru.gmo
-build/config.sub
-build/config.guess
diff --git a/debian/rules b/debian/rules
index 74ffc15..61b212c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with autotools_dev $@
 
 override_dh_auto_configure:
-	cp -f /usr/share/misc/config.sub build/config.sub
-	cp -f /usr/share/misc/config.guess build/config.guess
 	[ -f data/textures/wood1.jpg ] || uudecode debian/jpg/wood1.jpg.uue
 	[ -f data/textures/wood2.jpg ] || uudecode debian/jpg/wood2.jpg.uue
 	[ -f data/quarry.xpm ] || convert -resize 32x32 data/quarry.png data/quarry.xpm

-- 
Packaging for quarry



More information about the Pkg-games-commits mailing list