Package: src:pth
Version: 2.0.7-20
Tags: patch

Here is a proposed package upload, fixing some lintian warnings, stopping to
build the dbg package, and getting rid off the multiarch-support pre-dependency.

diff -Nru pth-2.0.7/debian/changelog pth-2.0.7/debian/changelog
--- pth-2.0.7/debian/changelog  2014-08-26 02:17:23.000000000 +0000
+++ pth-2.0.7/debian/changelog  2019-07-20 19:00:39.000000000 +0000
@@ -1,3 +1,12 @@
+pth (2.0.7-20.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Stop building the dbg package.
+  * Remove quilt as explicit build dependency, fixing the lintian warning.
+  * Bump standards version.
+
+ -- Matthias Klose <d...@debian.org>  Sat, 20 Jul 2019 21:00:39 +0200
+
 pth (2.0.7-20) unstable; urgency=low
 
   [ NIIBE Yutaka ]
diff -Nru pth-2.0.7/debian/control pth-2.0.7/debian/control
--- pth-2.0.7/debian/control    2014-08-26 02:10:19.000000000 +0000
+++ pth-2.0.7/debian/control    2019-07-20 19:00:27.000000000 +0000
@@ -2,8 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: NIIBE Yutaka <gni...@fsij.org>
-Build-Depends: debhelper (>= 9), quilt (>= 0.46-7~), autotools-dev
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9), autotools-dev
+Standards-Version: 4.4.0
 Homepage: http://www.gnu.org/software/pth/
 
 Package: libpth20
@@ -33,19 +33,3 @@
  variable.
  .
  This package contains the development files.
-
-Package: pth-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends}, libpth20 (= ${binary:Version})
-Multi-Arch: same
-Description: GNU Portable Threads (debug)
- Pth is a very portable POSIX/ANSI-C based library for Unix platforms which
- provides non-preemptive priority-based scheduling for multiple threads of
- execution ("multithreading") inside server applications. All threads run
- in the same address space of the server application, but each thread has
- its own individual program-counter, run-time stack, signal mask and errno
- variable.
- .
- This package contains the debug symbols.
diff -Nru pth-2.0.7/debian/rules pth-2.0.7/debian/rules
--- pth-2.0.7/debian/rules      2013-07-10 00:46:49.000000000 +0000
+++ pth-2.0.7/debian/rules      2019-07-20 18:59:40.000000000 +0000
@@ -10,7 +10,7 @@
 endif
 
 %:
-       dh $@ --with quilt
+       dh $@
 
 override_dh_auto_clean:
        dh_auto_clean
@@ -20,6 +20,3 @@
        ln -sf /usr/share/misc/config.sub .
        ln -sf /usr/share/misc/config.guess .
        dh_auto_configure
-
-override_dh_strip:
-       dh_strip --dbg-package=pth-dbg

Reply via email to