[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. e40a2d38995fbc98e4e103794e1facd1e2568693
Jo Shields
directhex at apebox.org
Mon Feb 23 21:20:29 UTC 2009
The following commit has been merged in the master branch:
commit e40a2d38995fbc98e4e103794e1facd1e2568693
Author: Jo Shields <directhex at apebox.org>
Date: Mon Feb 23 21:20:19 2009 +0000
Cake?
diff --git a/debian/rules b/debian/rules
index f7edc73..3677642 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,14 +20,6 @@ build-stamp: $(QUILT_STAMPFN)
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 $@
@@ -39,13 +31,14 @@ binary-indep: build install
dh $@
clean: clean-patched unpatch
-clean-patched:
+clean-patched: $(QUILT_STAMPFN)
dh clean --before dh_auto_clean
- if [ -f config.make ]; then \
- dh_auto_clean; \
- fi
+ [ -f config.make ] || ./configure --clean-only
+ make clean
+ rm -f config.make config.log
dh clean --after dh_auto_clean
+
get-orig-source:
uscan \
--package $(DEB_SOURCE_NAME) \
--
monodevelop-debugger-gdb
More information about the Pkg-cli-apps-commits
mailing list