[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#492932: context-nonfree: diff for NMU version 2007.03.22-1.1



Control: tags 492932 + patch
Control: tags 492932 + pending

Dear Debian TeX Maintainers,

I've prepared an NMU for context-nonfree (versioned as 2007.03.22-1.1) and
uploaded it to DELAYED/10.

This upload fixes Bug #492932.

Besides, this NMU also acts as a clean-up upload since context-nonfree is the
oldest package in Debian Archive (hasn't been rebuilt for 12 years) according
to ltnu(1). The packaging instructions and standards are all refreshed.

Please feel free to tell me if I should delay it longer.

Regards.

diff -Nru context-nonfree-2007.03.22/debian/changelog context-nonfree-
2007.03.22/debian/changelog
--- context-nonfree-2007.03.22/debian/changelog	2019-01-27 15:57:02.000000000
-0500
+++ context-nonfree-2007.03.22/debian/changelog	2019-01-27 15:42:10.000000000
-0500
@@ -1,3 +1,24 @@
+context-nonfree (2007.03.22-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for Debian Buster.
+    + Solves no-strong-digests-in-dsc. (lintian)
+  * debian/control:
+    + Clarify contents in description. (Closes: #492932)
+    + Add binary package dependency on ${misc:Depends}. (lintian)
+    + Declare compliance with debian-policy 4.3.0. (lintian)
+    + Bump debhelper compat to v12. (lintian)
+  * debian/compat: Removed in favour of using debhelper-compat.
+  * debian/source/format: Use "3.0 (quilt)" format. (lintian)
+  * debian/context-nonfree.lintian-overrides: Add override for
+    non-free fonts (license-problem-font-adobe-copyrighted-fragment).
+  * debian/rules:
+    + Update and use debhelper dh syntax.
+    + Move manual install instructions into debian/*.install files.
+    + Use "dh_missing --fail-missing".
+
+ -- Boyuan Yang <byang@debian.org>  Sun, 27 Jan 2019 15:42:10 -0500
+
 context-nonfree (2007.03.22-1) unstable; urgency=low
 
   * new upstream
diff -Nru context-nonfree-2007.03.22/debian/compat context-nonfree-
2007.03.22/debian/compat
--- context-nonfree-2007.03.22/debian/compat	2019-01-27 15:57:02.000000000
-0500
+++ context-nonfree-2007.03.22/debian/compat	1969-12-31 19:00:00.000000000
-0500
@@ -1 +0,0 @@
-5
diff -Nru context-nonfree-2007.03.22/debian/context-nonfree.dirs context-
nonfree-2007.03.22/debian/context-nonfree.dirs
--- context-nonfree-2007.03.22/debian/context-nonfree.dirs	1969-12-31
19:00:00.000000000 -0500
+++ context-nonfree-2007.03.22/debian/context-nonfree.dirs	2019-01-27
15:25:22.000000000 -0500
@@ -0,0 +1 @@
+usr/share/texmf/
diff -Nru context-nonfree-2007.03.22/debian/context-nonfree.docs context-
nonfree-2007.03.22/debian/context-nonfree.docs
--- context-nonfree-2007.03.22/debian/context-nonfree.docs	1969-12-31
19:00:00.000000000 -0500
+++ context-nonfree-2007.03.22/debian/context-nonfree.docs	2019-01-27
15:22:57.000000000 -0500
@@ -0,0 +1 @@
+doc
diff -Nru context-nonfree-2007.03.22/debian/context-nonfree.install context-
nonfree-2007.03.22/debian/context-nonfree.install
--- context-nonfree-2007.03.22/debian/context-nonfree.install	1969-12-31
19:00:00.000000000 -0500
+++ context-nonfree-2007.03.22/debian/context-nonfree.install	2019-01-27
15:25:05.000000000 -0500
@@ -0,0 +1 @@
+fonts usr/share/texmf/
diff -Nru context-nonfree-2007.03.22/debian/context-nonfree.lintian-overrides
context-nonfree-2007.03.22/debian/context-nonfree.lintian-overrides
--- context-nonfree-2007.03.22/debian/context-nonfree.lintian-overrides	1969-
12-31 19:00:00.000000000 -0500
+++ context-nonfree-2007.03.22/debian/context-nonfree.lintian-overrides	2019-
01-27 15:36:18.000000000 -0500
@@ -0,0 +1,2 @@
+# known non-free files
+license-problem-font-adobe-copyrighted-fragment
diff -Nru context-nonfree-2007.03.22/debian/control context-nonfree-
2007.03.22/debian/control
--- context-nonfree-2007.03.22/debian/control	2019-01-27 15:57:02.000000000
-0500
+++ context-nonfree-2007.03.22/debian/control	2019-01-27 15:18:12.000000000
-0500
@@ -3,13 +3,15 @@
 Priority: optional
 Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
 Uploaders: Norbert Preining <preining@debian.org>
-Build-Depends: debhelper (>= 5.0.35)
+Build-Depends: debhelper-compat (= 12)
 Build-Depends-Indep: tex-common (>> 0.35)
-Standards-Version: 3.7.2
+Standards-Version: 4.3.0
 
 Package: context-nonfree
 Architecture: all
-Depends: tex-common (>> 0.35), context
+Depends: tex-common (>> 0.35), context, ${misc:Depends}
 Description: Non-free items from the ConTeXt distribution
  The ConTeXt distribution contains some fonts that are
  not considered free from Debian perspective, which are included here.
+ .
+ Currently it only contains the Hoekwater "koeieletters" font.
diff -Nru context-nonfree-2007.03.22/debian/rules context-nonfree-
2007.03.22/debian/rules
--- context-nonfree-2007.03.22/debian/rules	2019-01-27 15:57:02.000000000
-0500
+++ context-nonfree-2007.03.22/debian/rules	2019-01-27 15:25:43.000000000
-0500
@@ -1,41 +1,10 @@
 #! /usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
 
-package        := context-nonfree
-instbase       := debian/$(package)
+%:
+	dh $@
 
-build: build-indep
-
-build-indep: build-indep-stamp
-
-build-indep-stamp:
-	touch build-indep-stamp
-
-clean:
-	dh_testroot
-	rm -f build-indep-stamp
-	dh_clean
-
-binary-indep: build-indep
-	dh_testdir 
-	dh_testroot
-	dh_clean
-	dh_installdirs usr/share/texmf usr/share/doc/$(package)
-	cp -a fonts $(instbase)/usr/share/texmf
-	dh_installtex
-	cp -a doc/* $(instbase)/usr/share/doc/$(package)
-	dh_installdocs
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:
-# We have nothing to do here but the Debian Policy says this target must
-# exist.
-
-binary: binary-indep binary-arch
-
-.PHONY: clean build build-indep binary binary-indep binary-arch
+override_dh_missing:
+	dh_missing --fail-missing
diff -Nru context-nonfree-2007.03.22/debian/source/format context-nonfree-
2007.03.22/debian/source/format
--- context-nonfree-2007.03.22/debian/source/format	1969-12-31
19:00:00.000000000 -0500
+++ context-nonfree-2007.03.22/debian/source/format	2019-01-27
15:18:28.000000000 -0500
@@ -0,0 +1 @@
+3.0 (quilt)

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: