tags 666373 + pending thanks Dear maintainer,
I've prepared an NMU for scribus (versioned as 1.4.0.dfsg+r17300-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Dire Straits: Private Investigations
diff -Nru scribus-1.4.0.dfsg+r17300/debian/changelog scribus-1.4.0.dfsg+r17300/debian/changelog
--- scribus-1.4.0.dfsg+r17300/debian/changelog 2012-02-15 03:51:20.000000000 +0100
+++ scribus-1.4.0.dfsg+r17300/debian/changelog 2012-06-04 18:03:19.000000000 +0200
@@ -1,3 +1,13 @@
+scribus (1.4.0.dfsg+r17300-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "FTBFS: dh_testroot: You must run this as root (or use
+ fakeroot).":
+ debian/rules: fix build{,-arch,-indep} targets and their dependencies.
+ (Closes: #666373)
+
+ -- gregor herrmann <[email protected]> Mon, 04 Jun 2012 18:02:54 +0200
+
scribus (1.4.0.dfsg+r17300-1) unstable; urgency=low
* Update from the scribus svn with armel patches included (Closes: #659916).
diff -Nru scribus-1.4.0.dfsg+r17300/debian/rules scribus-1.4.0.dfsg+r17300/debian/rules
--- scribus-1.4.0.dfsg+r17300/debian/rules 2012-02-10 21:19:27.000000000 +0100
+++ scribus-1.4.0.dfsg+r17300/debian/rules 2012-06-04 17:57:34.000000000 +0200
@@ -47,8 +47,10 @@
touch configure-stamp
-build: configure-stamp build-stamp
-build-stamp:
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp: configure-stamp
dh_testdir
dh_clean
$(MAKE) $(MAKE_FLAG) -C $(BUILD_DIR)
@@ -94,14 +96,10 @@
cp scribus.desktop $(INSTALL_DIR)/usr/share/applications/scribus.desktop
touch install-stamp
-build-indep: binary-indep
-
binary-indep: build install
dh_testdir
dh_testroot
-build-arch: binary-arch
-
binary-arch: build install
dh_testdir
dh_testroot
signature.asc
Description: Digital signature

