[SCM] logic game ported from ATARI XE/XL branch, master, updated. debian/0.65.6+dfsg-1-7-gf68950d

Stephen Kitt steve at sk2.org
Fri Dec 3 15:13:19 UTC 2010


The following commit has been merged in the master branch:
commit ae1e259fdb4e4ad150789bb7f53c38c5925db5bf
Author: Stephen Kitt <steve at sk2.org>
Date:   Fri Dec 3 15:28:38 2010 +0100

    Simplify debian/rules using dh.

diff --git a/debian/changelog b/debian/changelog
index 1941f97..b64acce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 gnurobbo (0.66+dfsg-1) unstable; urgency=low
 
   * New upstream version.
+  * Simplify debian/rules using dh, and retrieve flags from dpkg-
+    buildflags.
 
- -- Stephen Kitt <steve at sk2.org>  Mon, 29 Nov 2010 11:50:08 +0100
+ -- Stephen Kitt <steve at sk2.org>  Fri, 03 Dec 2010 15:24:55 +0100
 
 gnurobbo (0.65.6+dfsg-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d8ccb85..1753467 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,26 +4,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 
-build: $(QUILT_STAMPFN)
-	dh build
-
-clean: $(QUILT_STAMPFN) clean-patched unpatch
-clean-patched:
-	dh clean
-
-install:
-	dh install
-
-binary-arch:
-	dh binary-arch
-
-binary-indep:
-	dh binary-indep
-
-binary:
-	dh binary
+%:
+	dh $@ --with quilt
 
 get-orig-source:
 	DEHS=$$(mktemp) && \
@@ -49,4 +34,4 @@ get-orig-source:
 	rm -rf $$TMPDIR && \
 	rm -f $$DEHS
 
-.PHONY: build clean binary-indep binary-arch binary install get-orig-source
+.PHONY: get-orig-source

-- 
logic game ported from ATARI XE/XL



More information about the Pkg-games-commits mailing list