diff -Nru cil-0.07.00/debian/changelog cil-0.07.00/debian/changelog --- cil-0.07.00/debian/changelog 2016-11-20 08:29:04.000000000 +0000 +++ cil-0.07.00/debian/changelog 2018-09-09 15:19:38.000000000 +0000 @@ -1,3 +1,23 @@ +cil (0.07.00-12) unstable; urgency=medium + + * Change to my new email address. + * New README.source to explain the branching model used. + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. + * Declare compliance with Debian Policy 4.2.1 (No changes needed). + * debian/changelog: + - Remove trailing whitespaces. + * debian/control: + - Change Vcs-* to point to the new repository. + - Change Priority extra to optional. + - Remove libgetopt-mixed-perl from Build-Depends-Indep (Closes: #889014). + * debian/copyright: + - Use secure URI for copyright format. + - Refresh years for debian/*. + + -- Jörg Frings-Fürst Sun, 09 Sep 2018 17:19:38 +0200 + cil (0.07.00-11) unstable; urgency=medium * New debian/patches/0700-getopt_mixed.patch to remove the deprecated @@ -40,7 +60,7 @@ cil (0.07.00-8) unstable; urgency=low - * remove redundant manpages (closes: #746022) + * remove redundant manpages (closes: #746022) -- Jörg Frings-Fürst Tue, 29 Apr 2014 18:10:46 +0200 diff -Nru cil-0.07.00/debian/compat cil-0.07.00/debian/compat --- cil-0.07.00/debian/compat 2016-11-20 07:59:48.000000000 +0000 +++ cil-0.07.00/debian/compat 2018-09-09 14:12:04.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru cil-0.07.00/debian/control cil-0.07.00/debian/control --- cil-0.07.00/debian/control 2016-11-20 08:11:28.000000000 +0000 +++ cil-0.07.00/debian/control 2018-09-09 14:27:36.000000000 +0000 @@ -1,10 +1,10 @@ Source: cil Section: perl -Priority: extra -Maintainer: Jörg Frings-Fürst -Standards-Version: 3.9.8 +Priority: optional +Maintainer: Jörg Frings-Fürst +Standards-Version: 4.2.1 Build-Depends: - debhelper (>= 10), + debhelper (>= 11), libmodule-build-perl Build-Depends-Indep: libclass-accessor-perl, @@ -14,11 +14,10 @@ libemail-simple-perl, libfile-slurp-perl, libfile-touch-perl, - libgetopt-mixed-perl, perl Homepage: https://github.com/chilts/cil -Vcs-Git: git://anonscm.debian.org/collab-maint/cil.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/cil.git +Vcs-Git: git://jff.email/opt/git/cil.git +Vcs-Browser: https://jff.email/cgit/cil.git Package: cil Architecture: all diff -Nru cil-0.07.00/debian/copyright cil-0.07.00/debian/copyright --- cil-0.07.00/debian/copyright 2016-11-20 08:17:25.000000000 +0000 +++ cil-0.07.00/debian/copyright 2018-09-09 15:00:50.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cil Upstream-Contact: Andrew Chilton Source: https://github.com/chilts/cil @@ -11,12 +11,12 @@ Copyright: 2008 Andrew Chilton 2008-2012 Francois Marier 2013 Gianluca Ciccarelli - 2014-2015 Jörg Frings-Fürst + 2014-2018 Jörg Frings-Fürst License: GPL-3+ Files: debian/patches/0700-getopt_mixed.patch Copyright: 1995 Christopher J. Madsen - 2016 Jörg Frings-Fürst + 2016 Jörg Frings-Fürst License: GPL-3+ License: GPL-3+ diff -Nru cil-0.07.00/debian/README.source cil-0.07.00/debian/README.source --- cil-0.07.00/debian/README.source 1970-01-01 00:00:00.000000000 +0000 +++ cil-0.07.00/debian/README.source 2018-09-09 06:47:12.000000000 +0000 @@ -0,0 +1,18 @@ +Hello, + +now I use the branching model from Vincent Driessen[1]. + +I use the gitflow-avh[2]. with the Documentation[3]. +The Debian package can be found here[4]. + +Please upload unattended uploads use a branch feature/. + + +Many thanks. + + -- Jörg Frings-Fürst Fri, 02 Jun 2017 19:00:40 +0200 + +[1] http://nvie.com/posts/a-successful-git-branching-model/ +[2] https://github.com/petervanderdoes/gitflow-avh +[3] https://github.com/petervanderdoes/gitflow-avh/wiki +[4] https://tracker.debian.org/pkg/git-flow