The following commit has been merged in the master branch:
commit ae1e259fdb4e4ad150789bb7f53c38c5925db5bf
Author: Stephen Kitt <[email protected]>
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 <[email protected]> Mon, 29 Nov 2010 11:50:08 +0100
+ -- Stephen Kitt <[email protected]> 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
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits