Control: tags 817713 + patch
Control: tags 817713 + pending

Dear maintainer,

I've prepared an NMU for vdk2-tutorial (versioned as 1.1-3.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer.

Regards,
Boyuan Yang

diff -Nru vdk2-tutorial-1.1/debian/changelog vdk2-tutorial-
1.1/debian/changelog
--- vdk2-tutorial-1.1/debian/changelog  2019-09-07 15:39:45.000000000 -0400
+++ vdk2-tutorial-1.1/debian/changelog  2019-09-07 15:25:32.000000000 -0400
@@ -1,3 +1,20 @@
+vdk2-tutorial (1.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
+    + Bump debhelper compat version to v12. (Closes: #817713)
+    + Bump Standards-Version to 4.4.0.
+    + Mark package vdk2-tutorial as Multi-Arch: foreign.
+    + Mark the section for source package as doc. (lintian warning)
+    + Let the binary package depends on ${misc:Depends}
+      (lintian warning)
+  * debian/rules: Use dh sequencer accordingly.
+  * debian/source/format: Use "3.0 (quilt)" format.
+  * debian/lintian-overrides: Add override for
+    copyright-should-refer-to-common-license-file-for-gfdl.
+
+ -- Boyuan Yang <by...@debian.org>  Sat, 07 Sep 2019 15:25:32 -0400
+
 vdk2-tutorial (1.1-3) unstable; urgency=low
 
   * rebuild to finish /usr/doc transition (closes: #359599)
diff -Nru vdk2-tutorial-1.1/debian/compat vdk2-tutorial-1.1/debian/compat
--- vdk2-tutorial-1.1/debian/compat     2019-09-07 15:39:45.000000000 -0400
+++ vdk2-tutorial-1.1/debian/compat     1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-4
\ No newline at end of file
diff -Nru vdk2-tutorial-1.1/debian/control vdk2-tutorial-1.1/debian/control
--- vdk2-tutorial-1.1/debian/control    2019-09-07 15:39:45.000000000 -0400
+++ vdk2-tutorial-1.1/debian/control    2019-09-07 15:19:26.000000000 -0400
@@ -1,12 +1,14 @@
 Source: vdk2-tutorial
+Section: doc
 Priority: optional
 Maintainer: Michael Vogt <m...@debian.org>
-Build-Depends: debhelper (>> 3.0.0)
-Standards-Version: 3.5.6
+Build-Depends: debhelper-compat (= 12)
+Standards-Version: 4.4.0
 
 Package: vdk2-tutorial
-Section: doc
 Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
 Suggests: libvdk2-dev
 Description: Tutorial for the Visual Development Kit C++ library 2 
  The Visual Development Kit2 (VDK2) is a C++ library
diff -Nru vdk2-tutorial-1.1/debian/copyright vdk2-tutorial-
1.1/debian/copyright
--- vdk2-tutorial-1.1/debian/copyright  2019-09-07 15:39:45.000000000 -0400
+++ vdk2-tutorial-1.1/debian/copyright  2019-09-07 15:24:20.000000000 -0400
@@ -7,4 +7,4 @@
 
 Copyright: 
     GFDL 1.1 (GNU Free Documentation License), see
-    http://www.gnu.org/copyleft/fdl.html
\ No newline at end of file
+    https://www.gnu.org/licenses/fdl-1.1.html
diff -Nru vdk2-tutorial-1.1/debian/lintian-overrides vdk2-tutorial-
1.1/debian/lintian-overrides
--- vdk2-tutorial-1.1/debian/lintian-overrides  1969-12-31 19:00:00.000000000
-0500
+++ vdk2-tutorial-1.1/debian/lintian-overrides  2019-09-07 15:25:29.000000000
-0400
@@ -0,0 +1,2 @@
+# GFDL 1.1 not present in /usr/share/common-licenses/ directory
+vdk2-tutorial: copyright-should-refer-to-common-license-file-for-gfdl
diff -Nru vdk2-tutorial-1.1/debian/rules vdk2-tutorial-1.1/debian/rules
--- vdk2-tutorial-1.1/debian/rules      2019-09-07 15:39:45.000000000 -0400
+++ vdk2-tutorial-1.1/debian/rules      2019-09-07 15:25:32.000000000 -0400
@@ -1,52 +1,4 @@
 #!/usr/bin/make -f
 
-# debian/rules file for gtk+ Debian package
-# written Feb 1999 by Ionutz Borcoman <bo...@borco-ei.eng.hokudai.ac.jp>
-# used script written  April 1998 by Ben Gertzfield <c...@debian.org>
-
-build: build-stamp
-build-stamp:
-       dh_testdir
-       touch build-stamp
-
-clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp install-stamp 
-       # Add here commands to clean up after the build process.
-       dh_clean
-
-install: install-stamp
-install-stamp: build
-       dh_testdir
-       dh_testroot
-       dh_clean
-       touch install-stamp
-
-# Build architecture-independent files here.
-binary-indep: build install vdk-doc
-
-# Build architecture-dependent files here.
-binary-arch: 
-
-vdk-doc: build
-       dh_testdir
-       dh_testroot
-       dh_installdirs
-       dh_installdocs
-       dh_installchangelogs
-       dh_strip
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_makeshlibs
-       dh_md5sums
-       dh_builddeb
-
-source
diff:                                                                  
-       @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+       dh $@
diff -Nru vdk2-tutorial-1.1/debian/source/format vdk2-tutorial-
1.1/debian/source/format
--- vdk2-tutorial-1.1/debian/source/format      1969-12-31 19:00:00.000000000
-0500
+++ vdk2-tutorial-1.1/debian/source/format      2019-09-07 15:08:39.000000000
-0400
@@ -0,0 +1 @@
+3.0 (quilt)

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

Reply via email to