Control: tags 618635 + pending
Control: tags 817488 + patch
Control: tags 817488 + pending
I've prepared an NMU for gsfonts (versioned as
1:8.11+urwcyr1.0.7~pre44-4.3) and uploaded it to DELAYED/10. Please feel
free to tell me if I should delay it longer.
--
Jakub Wilk
diffstat for gsfonts-8.11+urwcyr1.0.7~pre44 gsfonts-8.11+urwcyr1.0.7~pre44
changelog | 12 ++++++++++++
compat | 2 +-
control | 3 ++-
postrm | 2 +-
rules | 4 +++-
5 files changed, 19 insertions(+), 4 deletions(-)
Control files: lines which differ (wdiff format)
------------------------------------------------
Build-Depends: debhelper (>= [-4.0.0),-] {+5),+} sharutils
{+Depends: ${misc:Depends}+}
diff -Nru gsfonts-8.11+urwcyr1.0.7~pre44/debian/changelog gsfonts-8.11+urwcyr1.0.7~pre44/debian/changelog
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/changelog 2016-08-22 22:55:25.000000000 +0200
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/changelog 2016-08-22 22:55:25.000000000 +0200
@@ -1,3 +1,15 @@
+gsfonts (1:8.11+urwcyr1.0.7~pre44-4.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Bump debhelper compatibility level to 5 (closes: #817488).
+ Thanks to Niels Thykier for the bug report.
+ * Fix typo in the postrm scripts (closes: #618635).
+ Thanks to Nathan Handler for the bug report and the patch.
+ * Add build-arch and build-indep targets.
+ * Add "Depends: ${misc:Depends}".
+
+ -- Jakub Wilk <[email protected]> Mon, 22 Aug 2016 22:53:12 +0200
+
gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2) unstable; urgency=high
* Non-maintainer upload.
diff -Nru gsfonts-8.11+urwcyr1.0.7~pre44/debian/compat gsfonts-8.11+urwcyr1.0.7~pre44/debian/compat
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/compat 2016-08-22 22:55:25.000000000 +0200
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/compat 2016-08-22 22:55:25.000000000 +0200
@@ -1 +1 @@
-4
+5
diff -Nru gsfonts-8.11+urwcyr1.0.7~pre44/debian/control gsfonts-8.11+urwcyr1.0.7~pre44/debian/control
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/control 2016-08-22 22:55:25.000000000 +0200
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/control 2016-08-22 22:55:25.000000000 +0200
@@ -2,7 +2,7 @@
Section: text
Priority: optional
Maintainer: Masayuki Hatta (mhatta) <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), sharutils
+Build-Depends: debhelper (>= 5), sharutils
Standards-Version: 3.8.0
Uploaders: Torsten Landschoff <[email protected]>
Homepage: http://www.ghostscript.com/
@@ -12,6 +12,7 @@
Package: gsfonts
Architecture: all
+Depends: ${misc:Depends}
Conflicts: gs (<< 5.50-5), gs-aladdin (<< 6.50-4), gsfonts-x11 (<< 0.13)
Description: Fonts for the Ghostscript interpreter(s)
These are free look-alike fonts of the Adobe PostScript fonts.
diff -Nru gsfonts-8.11+urwcyr1.0.7~pre44/debian/postrm gsfonts-8.11+urwcyr1.0.7~pre44/debian/postrm
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/postrm 2016-08-22 22:55:25.000000000 +0200
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/postrm 2016-08-22 22:55:25.000000000 +0200
@@ -21,7 +21,7 @@
case "$1" in
purge|remove)
- if [ -x /usr/sbin/udpate-gsfontmap ]; then
+ if [ -x /usr/sbin/update-gsfontmap ]; then
update-gsfontmap
fi
;;
diff -Nru gsfonts-8.11+urwcyr1.0.7~pre44/debian/rules gsfonts-8.11+urwcyr1.0.7~pre44/debian/rules
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/rules 2016-08-22 22:55:25.000000000 +0200
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/rules 2016-08-22 22:55:25.000000000 +0200
@@ -28,7 +28,9 @@
touch configure-stamp
-build: build-stamp
+build: build-arch build-indep
+build-arch:
+build-indep: build-stamp
build-stamp: configure-stamp
dh_testdir