Bug#935410: mtdev: diff for NMU version 1.1.5-1.1

2019-09-13 Thread Nobuhiro Iwamatsu
Hi,

Thanks for your work. Yout patch is LGTM.
Please upload without delay.

Best regards,
  Nobuhiro

2019年9月13日(金) 5:03 Boyuan Yang :
>
> Control: tags 935410 + pending
>
> Dear maintainer,
>
> I've prepared an NMU for mtdev (versioned as 1.1.5-1.1) and
> uploaded it to DELAYED/7. Please feel free to tell me if I
> should delay it longer.
>
> Regards,
> Boyuan Yang
>
> diff -Nru mtdev-1.1.5/debian/changelog mtdev-1.1.5/debian/changelog
> --- mtdev-1.1.5/debian/changelog2014-04-02 07:10:09.0 -0400
> +++ mtdev-1.1.5/debian/changelog2019-09-12 15:18:01.0 -0400
> @@ -1,3 +1,16 @@
> +mtdev (1.1.5-1.1) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Rebuild to drop binary dependency on multiarch-support
> +transitional package.
> +  * Mark libmtdev-dev as Multi-Arch: same. (Closes: #935410)
> +  * debian/changelog: Remove trailing spaces.
> +  * debian/copyright: Convert to DEP-5 format.
> +  * debian/libmtdev1.symbols: Add Build-Depends-Package field.
> +  * debian/control: Replace ancient XC-Package-Type with Package-Type.
> +
> + -- Boyuan Yang   Thu, 12 Sep 2019 15:18:01 -0400
> +
>  mtdev (1.1.5-1) unstable; urgency=medium
>
>* New upstream release.
> @@ -28,7 +41,7 @@
>
>* New upstream release.
>* Update debian/control.
> -- Fix typo. Thanks to Erik Esterer. (Closes: #685145)
> +- Fix typo. Thanks to Erik Esterer. (Closes: #685145)
>  - Add Vcs-Git and Vcs-Browser field.
>
>   -- Nobuhiro Iwamatsu   Wed, 05 Sep 2012 01:22:39 +0900
> @@ -54,11 +67,11 @@
>   -- Nobuhiro Iwamatsu   Mon, 09 May 2011 02:52:07 +0900
>
>  mtdev (1.1.0-1) unstable; urgency=low
> -
> +
>* Updated for Debian.
>* Update debian/rules.
>  - Add change_dist target.
> -  This target converts debian/control and links files
> +  This target converts debian/control and links files
>for distribution automatically.
>
>   -- Nobuhiro Iwamatsu   Sat, 12 Feb 2011 17:32:06 +0900
> @@ -73,7 +86,7 @@
>* Merge from Debian unstable.  Remaining Ubuntu changes:
>  - debian/control: Build udeb for installer.
>  - debian/libmtdev1.links: Install apport hook links.
> -
> +
>   -- Christopher James Halse Rogers   Mon, 31 Jan 2011
> 12:02:10 +1100
>
>  mtdev (1.0.11-1) unstable; urgency=low
> @@ -88,7 +101,7 @@
>   utouch and utouch-grail is not provided from debian.
>
>   -- Nobuhiro Iwamatsu   Mon, 15 Nov 2010 02:48:21 +0900
> -
> +
>  mtdev (1.0.10-0ubuntu1) maverick; urgency=low
>
>[ Ara Pulido ]
> @@ -122,14 +135,14 @@
>* Delete .a and .la files after building
>* Don't ship .a file
>* List missing files from packages
> -  * Add symbols file
> +  * Add symbols file
>
>   -- Chase Douglas   Wed, 04 Aug 2010 13:09:48 -0400
>
>  mtdev (1.0.6-0ubuntu2) maverick; urgency=low
>
>* Do not install the .la file when installing the
> --dev package (LP: #613016)
> +-dev package (LP: #613016)
>
>   -- Ara Pulido   Tue, 03 Aug 2010 17:55:19 +0200
>
> @@ -138,4 +151,3 @@
>* Initial release (LP: #605915)
>
>   -- Ara Pulido   Tue, 20 Jul 2010 14:27:57 +0200
> -
> diff -Nru mtdev-1.1.5/debian/control mtdev-1.1.5/debian/control
> --- mtdev-1.1.5/debian/control  2014-04-02 07:10:09.0 -0400
> +++ mtdev-1.1.5/debian/control  2019-09-12 15:17:57.0 -0400
> @@ -3,15 +3,15 @@
>  Priority: optional
>  Maintainer: Nobuhiro Iwamatsu 
>  Build-Depends: debhelper (>= 8.1.3),
> -  cdbs (>= 0.4.93~),
> +   cdbs (>= 0.4.93~),
> pkg-config,
> quilt,
> dpkg-dev (>= 1.14.17),
> dh-autoreconf (>= 7)
> -Standards-Version: 3.9.5
> +Standards-Version: 4.4.0
>  Homepage: http://bitmath.org/code/mtdev/
> -Vcs-Git: git://anonscm.debian.org/collab-maint/mtdev.git
> -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mtdev.git
> +Vcs-Git: https://salsa.debian.org/debian/mtdev.git
> +Vcs-Browser: https://salsa.debian.org/debian/mtdev
>
>  Package: libmtdev1
>  Architecture: linux-any
> @@ -27,6 +27,7 @@
>  Package: libmtdev-dev
>  Section: libdevel
>  Architecture: linux-any
> +Multi-Arch: same
>  Depends: libmtdev1 (= ${binary:Version}),
>   ${misc:Depends}
>  Description: Multitouch Protocol Translation Library - dev files
> @@ -53,7 +54,7 @@
>  Package: libmtdev1-udeb
>  Section: debian-installer
>  Architecture: linux-any
> -XC-Package-Type: udeb
> +Package-Type: udeb
>  Depends: ${shlibs:Depends},
>   ${misc:Depends}
>  Description: Multitouch Protocol Translation Library - shared library
> diff -Nru mtdev-1.1.5/debian/copyright mtdev-1.1.5/debian/copyright
> --- mtdev-1.1.5/debian/copyright2014-04-02 07:06:11.0 -0400
> +++ mtdev-1.1.5/debian/copyright2019-09-12 15:12:40.0 -0400
> @@ -1,21 +1,21 @@
> -This package was debianized by Chase Douglas 
> -
> -Format-Specification:
> http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file=REVISION
> -Name: mtdev
> 

Bug#935410: mtdev: diff for NMU version 1.1.5-1.1

2019-09-12 Thread Boyuan Yang
Control: tags 935410 + pending

Dear maintainer,

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

Regards,
Boyuan Yang

diff -Nru mtdev-1.1.5/debian/changelog mtdev-1.1.5/debian/changelog
--- mtdev-1.1.5/debian/changelog2014-04-02 07:10:09.0 -0400
+++ mtdev-1.1.5/debian/changelog2019-09-12 15:18:01.0 -0400
@@ -1,3 +1,16 @@
+mtdev (1.1.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild to drop binary dependency on multiarch-support
+transitional package.
+  * Mark libmtdev-dev as Multi-Arch: same. (Closes: #935410)
+  * debian/changelog: Remove trailing spaces.
+  * debian/copyright: Convert to DEP-5 format.
+  * debian/libmtdev1.symbols: Add Build-Depends-Package field.
+  * debian/control: Replace ancient XC-Package-Type with Package-Type.
+
+ -- Boyuan Yang   Thu, 12 Sep 2019 15:18:01 -0400
+
 mtdev (1.1.5-1) unstable; urgency=medium
 
   * New upstream release.
@@ -28,7 +41,7 @@
 
   * New upstream release.
   * Update debian/control.
-- Fix typo. Thanks to Erik Esterer. (Closes: #685145) 
+- Fix typo. Thanks to Erik Esterer. (Closes: #685145)
 - Add Vcs-Git and Vcs-Browser field.
 
  -- Nobuhiro Iwamatsu   Wed, 05 Sep 2012 01:22:39 +0900
@@ -54,11 +67,11 @@
  -- Nobuhiro Iwamatsu   Mon, 09 May 2011 02:52:07 +0900
 
 mtdev (1.1.0-1) unstable; urgency=low
- 
+
   * Updated for Debian.
   * Update debian/rules.
 - Add change_dist target.
-  This target converts debian/control and links files 
+  This target converts debian/control and links files
   for distribution automatically.
 
  -- Nobuhiro Iwamatsu   Sat, 12 Feb 2011 17:32:06 +0900
@@ -73,7 +86,7 @@
   * Merge from Debian unstable.  Remaining Ubuntu changes:
 - debian/control: Build udeb for installer.
 - debian/libmtdev1.links: Install apport hook links.
-  
+
  -- Christopher James Halse Rogers   Mon, 31 Jan 2011
12:02:10 +1100
 
 mtdev (1.0.11-1) unstable; urgency=low
@@ -88,7 +101,7 @@
  utouch and utouch-grail is not provided from debian.
 
  -- Nobuhiro Iwamatsu   Mon, 15 Nov 2010 02:48:21 +0900
-  
+
 mtdev (1.0.10-0ubuntu1) maverick; urgency=low
 
   [ Ara Pulido ]
@@ -122,14 +135,14 @@
   * Delete .a and .la files after building
   * Don't ship .a file
   * List missing files from packages
-  * Add symbols file 
+  * Add symbols file
 
  -- Chase Douglas   Wed, 04 Aug 2010 13:09:48 -0400
 
 mtdev (1.0.6-0ubuntu2) maverick; urgency=low
 
   * Do not install the .la file when installing the
--dev package (LP: #613016) 
+-dev package (LP: #613016)
 
  -- Ara Pulido   Tue, 03 Aug 2010 17:55:19 +0200
 
@@ -138,4 +151,3 @@
   * Initial release (LP: #605915)
 
  -- Ara Pulido   Tue, 20 Jul 2010 14:27:57 +0200
-
diff -Nru mtdev-1.1.5/debian/control mtdev-1.1.5/debian/control
--- mtdev-1.1.5/debian/control  2014-04-02 07:10:09.0 -0400
+++ mtdev-1.1.5/debian/control  2019-09-12 15:17:57.0 -0400
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Nobuhiro Iwamatsu 
 Build-Depends: debhelper (>= 8.1.3),
-  cdbs (>= 0.4.93~),
+   cdbs (>= 0.4.93~),
pkg-config,
quilt,
dpkg-dev (>= 1.14.17),
dh-autoreconf (>= 7)
-Standards-Version: 3.9.5
+Standards-Version: 4.4.0
 Homepage: http://bitmath.org/code/mtdev/
-Vcs-Git: git://anonscm.debian.org/collab-maint/mtdev.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/mtdev.git
+Vcs-Git: https://salsa.debian.org/debian/mtdev.git
+Vcs-Browser: https://salsa.debian.org/debian/mtdev
 
 Package: libmtdev1
 Architecture: linux-any
@@ -27,6 +27,7 @@
 Package: libmtdev-dev
 Section: libdevel
 Architecture: linux-any
+Multi-Arch: same
 Depends: libmtdev1 (= ${binary:Version}),
  ${misc:Depends}
 Description: Multitouch Protocol Translation Library - dev files
@@ -53,7 +54,7 @@
 Package: libmtdev1-udeb
 Section: debian-installer
 Architecture: linux-any
-XC-Package-Type: udeb
+Package-Type: udeb
 Depends: ${shlibs:Depends},
  ${misc:Depends}
 Description: Multitouch Protocol Translation Library - shared library
diff -Nru mtdev-1.1.5/debian/copyright mtdev-1.1.5/debian/copyright
--- mtdev-1.1.5/debian/copyright2014-04-02 07:06:11.0 -0400
+++ mtdev-1.1.5/debian/copyright2019-09-12 15:12:40.0 -0400
@@ -1,21 +1,21 @@
-This package was debianized by Chase Douglas 
-
-Format-Specification: 
http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file=REVISION
-Name: mtdev
-Maintainer: Henrik Rydberg 
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mtdev
+Upstream-Contact: Henrik Rydberg 
 Source: http://bitmath.org/code/mtdev/
 
 Files: *
 Copyright: 2010, Henrik Rydberg 
2010, Canonical Ltd.
-License: The MIT license
+License: Expat
 
 Files: debian/*
 Copyright: 2010, Chase Douglas 
2010