tags 489536 + patch
thanks
Dear maintainer,
I've prepared an NMU for apsfilter (versioned as 7.2.6-1.3) and
uploaded it to DELAYED/7. Please free to tell me if I should
delay it longer.
Regards.
diff -u apsfilter-7.2.6/bin/setup_dvips.sh apsfilter-7.2.6/bin/setup_dvips.sh
--- apsfilter-7.2.6/bin/setup_dvips.sh
+++ apsfilter-7.2.6/bin/setup_dvips.sh
@@ -24,11 +24,11 @@
mkdir $TMPDIR || exit 1
cd $TMPDIR || return
rm -f *gf 2> /dev/null
- mf '\mode='$MODE'; input logo10' >& /dev/null
+ mf '\mode='$MODE'; input logo10' >/dev/null 2>&1
RES_X=`echo logo10*gf | sed 's/logo10.//;s/gf//'`
RES=RES_X
rm -f *gf 2> /dev/null
- mf '\mode='$MODE'; landscape; input logo10' >& /dev/null
+ mf '\mode='$MODE'; landscape; input logo10' >/dev/null 2>&1
RES_Y=`echo logo10*gf | sed 's/logo10.//;s/gf//'`
cd $TEMPDIR
rm -rf $TMPDIR
diff -u apsfilter-7.2.6/debian/control apsfilter-7.2.6/debian/control
--- apsfilter-7.2.6/debian/control
+++ apsfilter-7.2.6/debian/control
@@ -3,13 +3,13 @@
Priority: extra
Maintainer: Pawel Wiecek <[email protected]>
Standards-Version: 3.6.1
-Build-Depends-Indep: debhelper (>= 4.1.16)
+Build-Depends: debhelper (>= 5)
Package: apsfilter
Architecture: all
-Depends: lpr, file, a2ps
+Depends: lpr, file, a2ps, ${misc:Depends}
Conflicts: magicfilter
-Suggests: gs, pnm2ppa, dvips, bzip2, groff, html2ps, imagemagick,
libjpeg-progs, netpbm, psutils, sketch, transfig
+Suggests: ghostscript, pnm2ppa, dvips, bzip2, groff, html2ps, imagemagick,
libjpeg-progs, netpbm, psutils, sketch, transfig
Description: Magic print filter with automatic file type recognition
apsfilter makes printing many file formats much easier. It features
on-the-fly decompression and conversion, and works on both PostScript
diff -u apsfilter-7.2.6/debian/rules apsfilter-7.2.6/debian/rules
--- apsfilter-7.2.6/debian/rules
+++ apsfilter-7.2.6/debian/rules
@@ -1,12 +1,10 @@
#! /usr/bin/make -f
-export DH_COMPAT := 3
-
clean:
dh_testdir
dh_testroot
dh_clean SETUP.cfg perf.log
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
rm -f configure-stamp build-stamp
configure: configure-stamp
diff -u apsfilter-7.2.6/debian/changelog apsfilter-7.2.6/debian/changelog
--- apsfilter-7.2.6/debian/changelog
+++ apsfilter-7.2.6/debian/changelog
@@ -1,3 +1,15 @@
+apsfilter (7.2.6-1.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * bin/setup_dvips.sh: Fix bashism. (Closes: #489536)
+ * Don't ignore errors by make
+ * Set compat level to five.
+ * Bump debhelper dep and move it to b-d.
+ * Add a dependency on misc:depends.
+ * Suggest ghostscript instead of gs.
+
+ -- Raphael Geissert <[email protected]> Thu, 02 Jul 2009 20:50:56 -0500
+
apsfilter (7.2.6-1.2) unstable; urgency=low
* Non-maintainer upload.
only in patch2:
unchanged:
--- apsfilter-7.2.6.orig/debian/compat
+++ apsfilter-7.2.6/debian/compat
@@ -0,0 +1 @@
+5
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]