diff -Nru libaio-0.3.110/debian/changelog libaio-0.3.110/debian/changelog --- libaio-0.3.110/debian/changelog 2017-08-07 22:29:32.000000000 +0000 +++ libaio-0.3.110/debian/changelog 2017-11-05 15:26:47.000000000 +0000 @@ -1,3 +1,14 @@ +libaio (0.3.110-5) unstable; urgency=medium + + * Line-wrap and sort debian/control fields. + * Now using Standards-Version 4.1.1 (no changes needed). + * Use dpkg buildtools.mk fragment to set a correct CC. + * Set Rules-Requires-Root to no. + * Switch to debian/watch format version 4. + * Fix regex in debian/watch file to not include extension in the version. + + -- Guillem Jover Sun, 05 Nov 2017 16:26:47 +0100 + libaio (0.3.110-4) unstable; urgency=medium * Update upstream URLs to point to pagure.io instead of obsolete diff -Nru libaio-0.3.110/debian/control libaio-0.3.110/debian/control --- libaio-0.3.110/debian/control 2017-08-07 21:59:48.000000000 +0000 +++ libaio-0.3.110/debian/control 2017-11-05 15:23:24.000000000 +0000 @@ -5,14 +5,20 @@ Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/libaio.git Vcs-Git: https://git.hadrons.org/git/debian/pkgs/libaio.git Homepage: https://pagure.io/libaio -Build-Depends: debhelper (>= 10) -Standards-Version: 4.0.1 +Standards-Version: 4.1.1 +Rules-Requires-Root: no +Build-Depends: + dpkg-dev (>= 1.19.0), + debhelper (>= 10), Package: libaio1 Architecture: linux-any Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + ${misc:Depends}, + ${shlibs:Depends}, Description: Linux kernel AIO access library - shared library This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other @@ -24,7 +30,9 @@ Package-Type: udeb Section: debian-installer Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends}, Description: Linux kernel AIO access library - shared library This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other @@ -35,7 +43,9 @@ Package: libaio-dev Section: libdevel Architecture: linux-any -Depends: libaio1 (= ${binary:Version}), ${misc:Depends} +Depends: + ${misc:Depends}, + libaio1 (= ${binary:Version}), Description: Linux kernel AIO access library - development files This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other diff -Nru libaio-0.3.110/debian/rules libaio-0.3.110/debian/rules --- libaio-0.3.110/debian/rules 2017-08-07 22:29:32.000000000 +0000 +++ libaio-0.3.110/debian/rules 2017-11-05 14:19:43.000000000 +0000 @@ -7,10 +7,9 @@ DEB_CFLAGS_MAINT_PREPEND = -Wall include /usr/share/dpkg/default.mk +include /usr/share/dpkg/buildtools.mk -ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) -export CC = $(DEB_HOST_GNU_TYPE)-gcc -endif +export CC lib := libaio1 libdbg := $(lib)-dbg @@ -78,5 +77,5 @@ dh_md5sums -a dh_builddeb -a -.PHONY: clean build-indep build-arch build +.PHONY: clean build-indep build-arch build .PHONY: install-arch binary-indep binary-arch binary diff -Nru libaio-0.3.110/debian/watch libaio-0.3.110/debian/watch --- libaio-0.3.110/debian/watch 2017-08-07 21:56:00.000000000 +0000 +++ libaio-0.3.110/debian/watch 2017-11-05 15:15:28.000000000 +0000 @@ -1,3 +1,3 @@ # Site Directory Pattern Version Script -version=3 -https://releases.pagure.org/libaio/libaio-([\d\.]+)\.tar\.(gz|xz) debian uupdate +version=4 +https://releases.pagure.org/libaio/libaio-([\d\.]+)\.tar\.(?:gz|xz) debian uupdate