This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository mialmpick.
commit ab40e7067943b2f7d5f5bbb9a2dd5784591efb09 Author: Gert Wollny <[email protected]> Date: Fri Jan 8 16:17:09 2016 +0100 Add spellcheck patch and update changelog --- debian/changelog | 15 ++++++++------- debian/patches/02_spell_correction.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index f719ec4..42bf2cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,16 @@ mialmpick (0.2.11-1) unstable; urgency=medium * New upstream release, Closes: #809872 - * remove manual debug package, since they are now created + * d/rules: remove manual debug package, since they are now created automatically - * Update stabndards version to 3.9.6 - * Move build dependency to unversioned libpng-dev - * add patch 01_ to honour the new gettext version - * remove *.install file because this is now a single binary + * d/control: Update stabndards version to 3.9.6 + * d/control: Move build dependency to unversioned libpng-dev + * d/: remove *.install file because this is now a single binary package build - * Add a shortname for the SGI trackball code to quell lintian - warning + * d:copyright: Add a shortname for the SGI trackball code to quell + lintian warning + * d/p: add patch 01_ to honour the new gettext version + * d/p: Add patch 02_ to correct spelling error -- Gert Wollny <[email protected]> Fri, 08 Jan 2016 15:49:37 +0100 diff --git a/debian/patches/02_spell_correction.patch b/debian/patches/02_spell_correction.patch new file mode 100644 index 0000000..35ed9be --- /dev/null +++ b/debian/patches/02_spell_correction.patch @@ -0,0 +1,16 @@ +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 8c896f8..9e68f68 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 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
