Patrick Winnertz <[EMAIL PROTECTED]> (16/09/2007): > Package: stetic > Severity: important > Version: 0.1.0~svn.81552+dfsg-1 > User: [EMAIL PROTECTED] > Usertags: qa-doublebuild
Please find attached the diff for my NMU, fixing this bug. Cheers, -- Cyril Brulebois
diff -u stetic-0.1.0~svn.81552+dfsg/debian/rules
stetic-0.1.0~svn.81552+dfsg/debian/rules
--- stetic-0.1.0~svn.81552+dfsg/debian/rules
+++ stetic-0.1.0~svn.81552+dfsg/debian/rules
@@ -34,10 +34,10 @@
dh_testdir
dh_testroot
rm -f build-stamp
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
rm -f $(CURDIR)/libsteticui/lib/Mono.Cecil.dll
rm -rf $(MONO_SHARED_DIR)/.wapi
- dh_clean
+ dh_clean INSTALL install-sh missing
install: build
dh_testdir
diff -u stetic-0.1.0~svn.81552+dfsg/debian/changelog
stetic-0.1.0~svn.81552+dfsg/debian/changelog
--- stetic-0.1.0~svn.81552+dfsg/debian/changelog
+++ stetic-0.1.0~svn.81552+dfsg/debian/changelog
@@ -1,3 +1,16 @@
+stetic (0.1.0~svn.81552+dfsg-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix double-build FTBFS by deleting the following files that are left
+ over, through the dh_clean call (Closes: #442737):
+ - INSTALL
+ - install-sh
+ - missing
+ * No longer ignore “make distclean” errors.
+ * Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
+
+ -- Cyril Brulebois <[EMAIL PROTECTED]> Wed, 27 Feb 2008 19:12:10 +0100
+
stetic (0.1.0~svn.81552+dfsg-1.1) unstable; urgency=low
* Non-maintainer upload from BSP Zurich.
diff -u stetic-0.1.0~svn.81552+dfsg/debian/control
stetic-0.1.0~svn.81552+dfsg/debian/control
--- stetic-0.1.0~svn.81552+dfsg/debian/control
+++ stetic-0.1.0~svn.81552+dfsg/debian/control
@@ -4,7 +4,7 @@
Maintainer: Mirco Bauer <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5.0.0), dpatch
Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs (>= 1.1.2) |
c-sharp-compiler, mono-gmcs | c-sharp-2.0-compiler, libgtk2.0-cil (>= 2.4),
libgnome2.0-cil (>= 2.4), libglade2.0-cil (>= 2.4), libgconf2.0-cil (>= 2.4),
libmono-cecil0.5-cil, libmono-system-runtime2.0-cil, libgtk2.0-dev (>= 2.4.0),
libmono-dev, automake1.7, autoconf (>= 2.5), intltool, libtool, libmono2.0-cil
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Package: stetic
Architecture: all
signature.asc
Description: Digital signature

