diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-09 21:19:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-09 21:19:13 +0200 |
commit | 3fd16625b3bfec467d6c40beeb0c81a344db175a (patch) | |
tree | 2e0b5835a0533b736ba4337ad1cf3706b8faea08 /debian | |
parent | 3170cc98022eb5a35309ac18cdf860eb5cd8a60e (diff) | |
parent | ca1663930d6a36961d551e7d56d36ebf38ceb315 (diff) |
Merge branch 'release/debian/0.07.00-12'HEADdebian/0.07.00-12master
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.source | 18 | ||||
-rw-r--r-- | debian/changelog | 22 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 13 | ||||
-rw-r--r-- | debian/copyright | 6 |
5 files changed, 49 insertions, 12 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..a62f7b9 --- /dev/null +++ b/debian/README.source @@ -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/<your title>. + + +Many thanks. + + -- Jörg Frings-Fürst <debian@jff.email> 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 diff --git a/debian/changelog b/debian/changelog index de8ae2a..5e2eee0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <debian@jff.email> 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-9) unstable; urgency=low cil (0.07.00-8) unstable; urgency=low - * remove redundant manpages (closes: #746022) + * remove redundant manpages (closes: #746022) -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 29 Apr 2014 18:10:46 +0200 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index fbf0aa2..92e94b5 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: cil Section: perl -Priority: extra -Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> -Standards-Version: 3.9.8 +Priority: optional +Maintainer: Jörg Frings-Fürst <debian@jff.email> +Standards-Version: 4.2.1 Build-Depends: - debhelper (>= 10), + debhelper (>= 11), libmodule-build-perl Build-Depends-Indep: libclass-accessor-perl, @@ -14,11 +14,10 @@ Build-Depends-Indep: 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 --git a/debian/copyright b/debian/copyright index f300cc0..ca29923 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 <andychilton@gmail.com> Source: https://github.com/chilts/cil @@ -11,12 +11,12 @@ Files: debian/* Copyright: 2008 Andrew Chilton <andychilton@gmail.com> 2008-2012 Francois Marier <francois@debian.org> 2013 Gianluca Ciccarelli <galiziacentrale@gmail.com> - 2014-2015 Jörg Frings-Fürst <debian@jff-webhosting.net> + 2014-2018 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ Files: debian/patches/0700-getopt_mixed.patch Copyright: 1995 Christopher J. Madsen <perl@cjmweb.net> - 2016 Jörg Frings-Fürst <debian@jff-webhosting.net> + 2016 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ License: GPL-3+ |