[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.11-31-g839f512
Antti-Juhani Kaijanaho
ajk at debian.org
Fri Jul 4 16:09:41 UTC 2008
The following commit has been merged in the master branch:
commit 839f512695407312e5d1e9689dccf33f86d09ba5
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date: Fri Jul 4 19:01:55 2008 +0300
debian/rules [clean-build]: Do not ignore make clean errors.
Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>
diff --git a/debian/changelog b/debian/changelog
index c160c2f..0655357 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ dctrl-tools (2.13) UNRELEASED; urgency=low
* po/fi.po: Update
* man/{join,tbl}-dctrl.1: Fix man syntax errors.
* debian/control [Standards-Version]: Now 3.8.0.
+ * debian/rules [clean-build]: Do not ignore make clean errors.
[ Gerfried Fuchs ]
* german po file update
diff --git a/debian/rules b/debian/rules
index 1825a77..786bfc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ debian/stamp/build: #debian/stamp/build-configure
# touch $@
clean-build:
- -$(MAKE) clean
+ $(MAKE) clean
debian/stamp/binary/arch: debian/stamp/binary/dctrl-tools
--
Debian control file query tools
More information about the Dctrl-tools-devel
mailing list