Hi,

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

Best regards,
  Nobuhiro

2019年9月13日(金) 5:03 Boyuan Yang <by...@debian.org>:
>
> 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/changelog        2014-04-02 07:10:09.000000000 -0400
> +++ mtdev-1.1.5/debian/changelog        2019-09-12 15:18:01.000000000 -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 <by...@debian.org>  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 <iwama...@debian.org>  Wed, 05 Sep 2012 01:22:39 +0900
> @@ -54,11 +67,11 @@
>   -- Nobuhiro Iwamatsu <iwama...@debian.org>  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 <iwama...@debian.org>  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 <r...@ubuntu.com>  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 <iwama...@debian.org>  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 <chase.doug...@ubuntu.com>  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 <a...@ubuntu.com>  Tue, 03 Aug 2010 17:55:19 +0200
>
> @@ -138,4 +151,3 @@
>    * Initial release (LP: #605915)
>
>   -- Ara Pulido <a...@ubuntu.com>  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.000000000 -0400
> +++ mtdev-1.1.5/debian/control  2019-09-12 15:17:57.000000000 -0400
> @@ -3,15 +3,15 @@
>  Priority: optional
>  Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
>  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/copyright        2014-04-02 07:06:11.000000000 -0400
> +++ mtdev-1.1.5/debian/copyright        2019-09-12 15:12:40.000000000 -0400
> @@ -1,21 +1,21 @@
> -This package was debianized by Chase Douglas <chase.doug...@ubuntu.com>
> -
> -Format-Specification:
> http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=REVISION
> -Name: mtdev
> -Maintainer: Henrik Rydberg <rydb...@euromail.se>
> +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
> +Upstream-Name: mtdev
> +Upstream-Contact: Henrik Rydberg <rydb...@euromail.se>
>  Source: http://bitmath.org/code/mtdev/
>
>  Files: *
>  Copyright: 2010, Henrik Rydberg <rydb...@euromail.se>
>             2010, Canonical Ltd.
> -License: The MIT license
> +License: Expat
>
>  Files: debian/*
>  Copyright: 2010, Chase Douglas <chase.doug...@ubuntu.com>
>             2010 - 2012, Nobuhiro Iwamatsu <iwama...@debian.org>
> -License: The MIT license
> +License: Expat
> +Comment:
> + This package was debianized by Chase Douglas <chase.doug...@ubuntu.com>
>
> -License: The MIT License
> +License: Expat
>   Permission is hereby granted, free of charge, to any person obtaining a
>   copy of this software and associated documentation files (the "Software"),
>   to deal in the Software without restriction, including without limitation
> diff -Nru mtdev-1.1.5/debian/libmtdev1.symbols mtdev-
> 1.1.5/debian/libmtdev1.symbols
> --- mtdev-1.1.5/debian/libmtdev1.symbols        2014-04-02 07:06:11.000000000
> -0400
> +++ mtdev-1.1.5/debian/libmtdev1.symbols        2019-09-12 15:14:28.000000000
> -0400
> @@ -1,4 +1,5 @@
>  libmtdev.so.1 libmtdev1 #MINVER#
> +* Build-Depends-Package: libmtdev-dev
>   mtdev_close@Base 1.0.8
>   mtdev_close_delete@Base 1.1.0
>   mtdev_configure@Base 1.0.8



-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6

Reply via email to