This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository mialmpick.
commit bf8a4f03f921db8a8d43d5ca6a104939e8c904cc Author: Gert Wollny <[email protected]> Date: Thu May 5 16:55:30 2016 +0000 Update to new upstream version --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/patches/02_spell_correction.patch | 16 ---------------- debian/patches/series | 1 - 4 files changed, 9 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 42bf2cd..a2940c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mialmpick (0.2.11-2) UNRELEASED; urgency=medium + + * New upstream version + * Update standards version to 3.9.8 + * d/p/02: removed patch since it was apllied uzpstream + + -- Gert Wollny <[email protected]> Thu, 05 May 2016 16:51:08 +0000 + mialmpick (0.2.11-1) unstable; urgency=medium * New upstream release, Closes: #809872 diff --git a/debian/control b/debian/control index a871744..d4eced3 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.0.0), libglade2-dev, libpng-dev, libglib2.0-dev -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: http://mia.sourceforge.net Vcs-Git: git://anonscm.debian.org/debian-med/mialmpick.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/mialmpick.git diff --git a/debian/patches/02_spell_correction.patch b/debian/patches/02_spell_correction.patch deleted file mode 100644 index 35ed9be..0000000 --- a/debian/patches/02_spell_correction.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Correct spelling error -Author: Gert Wollny <[email protected]> -Forwarded: not-needed -Last-Update: 2016-01-08 - ---- a/src/main.c -+++ b/src/main.c -@@ -74,7 +74,7 @@ - { "volume", 'v', POPT_ARG_STRING, &in_filename, 0, - "volume image (only unsigned short and unsigned byte are supported)", "volume" }, - { "glade-file", 0, POPT_ARG_STRING, &glade_filename, 0, -- "use specified glade interface file (only usefull when run from source tree)", "glade" }, -+ "use specified glade interface file (only useful when run from source tree)", "glade" }, - POPT_AUTOHELP - { NULL, 0, 0, NULL, 0, 0, 0 } - }; diff --git a/debian/patches/series b/debian/patches/series index 9e68f68..8c896f8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ 01_gettext_version_macro.patch -02_spell_correction.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mialmpick.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
