[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:33 UTC 2011


The following commit has been merged in the master branch:
commit 7c8a2ee2e24c1c4fb24f19506064ebdef97d5224
Author: Vincent Legout <vincent at legout.info>
Date:   Tue Feb 8 13:28:16 2011 +0100

    Enable scrollkeeper

diff --git a/debian/changelog b/debian/changelog
index 564558c..4d58d38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 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
+  * debian/rules:
+    - Use --with autotools_dev to refresh config.guess and config.sub
+    - Enable scrollkeeper
 
  -- Vincent Legout <vincent at legout.info>  Tue, 08 Feb 2011 12:49:39 +0100
 
diff --git a/debian/rules b/debian/rules
index 61b212c..96732c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,7 @@ override_dh_auto_configure:
 	[ -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
-	dh_auto_configure -- \
-		--bindir=/usr/games \
-		--disable-scrollkeeper-update
+	dh_auto_configure -- --bindir=/usr/games
 
 override_dh_auto_build:
 	rm -f po/ru.gmo && msgfmt -c -o po/ru.gmo po/ru.po

-- 
Packaging for quarry



More information about the Pkg-games-commits mailing list