diff -Nru calife-3.0.1/debian/changelog calife-3.0.1/debian/changelog --- calife-3.0.1/debian/changelog 2018-03-27 04:58:35.000000000 +0000 +++ calife-3.0.1/debian/changelog 2020-12-24 10:43:44.000000000 +0000 @@ -1,3 +1,18 @@ +calife (1:3.0.1-6) unstable; urgency=medium + + * QA upload. + * debian/rules: Pass SU_CMD to configure (Closes: #978009). + * debian/rules: Set Rules-Requires-Root to "no". + * Switch to debhelper-compat 10. + * debian/rules: Remove deprecated use of --with autotools_dev. + * Drop autotools-dev dependency, enabled by debhelper compat level. + * debian/rules: Pass --without autoreconf to dh. + * Remove obsolete README.source entry. + * debian/control: Update Standards-Version to 4.5.1. + * debian/control: Add Vcs headers. + + -- Vagrant Cascadian Thu, 24 Dec 2020 02:43:44 -0800 + calife (1:3.0.1-5) unstable; urgency=medium * Orphan the package @@ -267,4 +282,3 @@ * Initial release. -- Thomas Quinot Fri, 30 Apr 1999 01:33:59 +0200 - diff -Nru calife-3.0.1/debian/compat calife-3.0.1/debian/compat --- calife-3.0.1/debian/compat 2012-03-18 18:38:35.000000000 +0000 +++ calife-3.0.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru calife-3.0.1/debian/control calife-3.0.1/debian/control --- calife-3.0.1/debian/control 2018-03-27 04:58:32.000000000 +0000 +++ calife-3.0.1/debian/control 2020-12-24 10:43:44.000000000 +0000 @@ -2,8 +2,11 @@ Maintainer: Debian QA Group Section: admin Priority: optional -Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 9~), autotools-dev (>= 20100122.1), libpam0g-dev +Standards-Version: 4.5.1 +Rules-Requires-Root: no +Vcs-Git: https://git.dgit.debian.org/calife +Vcs-Browser: https://browse.dgit.debian.org/calife.git +Build-Depends: debhelper-compat (= 10), libpam0g-dev Package: calife Architecture: any diff -Nru calife-3.0.1/debian/README.source calife-3.0.1/debian/README.source --- calife-3.0.1/debian/README.source 2009-11-07 07:40:25.000000000 +0000 +++ calife-3.0.1/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -Merging upstream releases -========================= - -(copied from samba, original text by Steve Langasek) - -$ svn-load -t deb-maint/calife/tags/upstream_${version} \ -svn+ssh://svn.debian.org/svn/collab-maint deb-maint/calife/branches/upstream . - -The svn-load command is in the aptly-named "svn-load" package. The -above is the simplest use of svn-load to merge a new upstream version -into the "upstream" branch and copy it to a per-version tag directory; -please see "svn-load --help" for a list of other options that are of -interest. In particular, you may find that the --wc option saves time -if you're on a slow connection, and the "-m" option may be needed if -files are moved around in the upstream repository and this needs to be -indicated to prevent subversion treating this as addition and deletion -of unrelated files. - -Note that this only imports the new upstream version into the branch, it -doesn't merge it onto the trunk. For this, you should go to your -(clean) working copy of the trunk and run: - -$ svn merge \ -svn+ssh://svn.debian.org/svn/collab-maint/deb-maint/calife/tags/upstream_{prev_version,new_version} -$ svn diff # (to make sure the diff makes sense) -$ svn commit -m "merge upstream $version" diff -Nru calife-3.0.1/debian/rules calife-3.0.1/debian/rules --- calife-3.0.1/debian/rules 2010-09-06 17:36:07.000000000 +0000 +++ calife-3.0.1/debian/rules 2020-12-24 10:43:44.000000000 +0000 @@ -1,7 +1,10 @@ #!/usr/bin/make -f %: - dh $@ --with autotools_dev + dh $@ --without autoreconf override_dh_auto_install: override_dh_auto_test: + +override_dh_auto_configure: + dh_auto_configure -- SU_CMD=/bin/su