Package: src:scribus Followup-For: Bug #666373 I prepared an NMU for scribus, fixing the present bug. See the attached diff.
I did not upload it since I have only DM privileges. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (600, 'unstable'), (550, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
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 02:51:20.000000000 +0000 +++ scribus-1.4.0.dfsg+r17300/debian/changelog 2012-05-28 13:51:44.000000000 +0000 @@ -1,3 +1,11 @@ +scribus (1.4.0.dfsg+r17300-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: remove erroneous and useless build-{arch,indep} targets + (Closes: #666373) + + -- Sébastien Villemot <sebastien.ville...@ens.fr> Mon, 28 May 2012 15:47:42 +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 20:19:27.000000000 +0000 +++ scribus-1.4.0.dfsg+r17300/debian/rules 2012-05-28 13:46:19.000000000 +0000 @@ -94,14 +94,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 @@ -123,4 +119,4 @@ binary: binary-indep binary-arch -.PHONY: binary clean binary-indep binary-arch binary install patch unpatch build-arch build-indep +.PHONY: binary clean binary-indep binary-arch binary install patch unpatch