diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2015-03-21 18:29:18 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2015-03-21 18:30:13 -0400 |
commit | c1bfd1a0f638dfe72067050aec1c61ca63768abb (patch) | |
tree | dc317680165cf091057f5a6273bcbdfffec485cf | |
parent | f412f81a4d793a54800852b36680c37e11a2d510 (diff) |
prepare ITP uploads (Closes: #768516)
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | etckeeper | 2 | ||||
-rw-r--r-- | etckeeper.spec | 2 |
4 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 9223324..c369d99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +etckeeper (1.18.1) unstable; urgency=medium + + * Add myself as maintainer (Closes: #768516) + * Keeping the package native as I do not intend to diverge from + upstream. + * Update git URL in control file. + + -- Antoine Beaupré <anarcat@debian.org> Sat, 21 Mar 2015 18:30:07 -0400 + etckeeper (1.18) unstable; urgency=medium * Send yum pre-commit output to /dev/null diff --git a/debian/control b/debian/control index 59a4d0c..2b2ac85 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,10 @@ Source: etckeeper Section: admin Priority: optional Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), bzr (>= 1.5~), python, dh-python -Maintainer: Debian QA Group <packages@qa.debian.org> +Maintainer: Antoine Beaupré <anarcat@debian.org> Standards-Version: 3.9.4 XS-Python-Version: all -Vcs-Git: git://git.joeyh.name/etckeeper +Vcs-Git: git://etckeeper.branchable.com/ Homepage: http://etckeeper.branchable.com/ Package: etckeeper @@ -66,7 +66,7 @@ elif [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ]; then exit 0 elif [ "x$1" = "x-v" ] || [ "x$1" = "x--version" ]; then # This is automatically updated by the Makefile. - echo "Version: 1.18" + echo "Version: 1.18.1" exit 0 fi command="$1" diff --git a/etckeeper.spec b/etckeeper.spec index e42cf00..0529226 100644 --- a/etckeeper.spec +++ b/etckeeper.spec @@ -1,5 +1,5 @@ Name: etckeeper -Version: 1.18 +Version: 1.18.1 Release: 4%{?dist} Summary: store /etc in git, mercurial, bzr or darcs |