[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. 186cf934b2124b630fa09bf01e5925fe3211fc40
Jo Shields
directhex at apebox.org
Mon Feb 23 21:16:33 UTC 2009
The following commit has been merged in the master branch:
commit 186cf934b2124b630fa09bf01e5925fe3211fc40
Merge: ef2e13137192fbd10b64091f486c2db3b534195f aac164d8b2c5c9c08727ac5ac86ac394896f4347
Author: Jo Shields <directhex at apebox.org>
Date: Mon Feb 23 21:16:21 2009 +0000
Merge branch 'master' of ssh://git.debian.org/git/pkg-cli-apps/packages/monodevelop-debugger-gdb
Conflicts:
debian/changelog
debian/control
debian/rules
diff --combined debian/rules
index ab73127,0f9cdda..f7edc73
--- a/debian/rules
+++ b/debian/rules
@@@ -12,22 -12,14 +12,22 @@@ VERSION = $(shell echo $(DEB_VERSION)
include /usr/share/cli-common/cli.make
include /usr/share/quilt/quilt.make
- build: $(QUILT_STAMPFN) build-stamp
- build-stamp:
+ build: build-stamp
+ build-stamp: $(QUILT_STAMPFN)
# poor man's configure
dh build --before dh_auto_configure
./configure --prefix=/usr
dh build --after dh_auto_configure
touch build-stamp
+clean: clean-patched unpatch
+clean-patched: $(QUILT_STAMPFN)
+ dh clean --before dh_auto_clean
+ [ -f config.make ] || ./configure --clean-only
+ make clean
+ rm -f config.make config.log
+ dh clean --after dh_auto_clean
+
install: build
dh $@
@@@ -38,6 -30,14 +38,14 @@@ binary-arch
binary-indep: build install
dh $@
+ clean: clean-patched unpatch
+ clean-patched:
+ dh clean --before dh_auto_clean
+ if [ -f config.make ]; then \
+ dh_auto_clean; \
+ fi
+ dh clean --after dh_auto_clean
+
get-orig-source:
uscan \
--package $(DEB_SOURCE_NAME) \
@@@ -48,3 -48,8 +56,8 @@@
--force-download \
--rename \
--repack
+
+ %:
+ dh $@
+
+ .PHONY: build install binary binary-arch binary-indep clean clean-patched get-orig-source
--
monodevelop-debugger-gdb
More information about the Pkg-cli-apps-commits
mailing list