This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fyba.
commit 7b94392f4190cdda9126a014026f6dc8ea61c8d5 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Sun Aug 28 18:36:08 2016 +0200 Drop incorrect Forwarded header from patches. From DEP3: " Any value other than "no" or "not-needed" means that the patch has been forwarded upstream. Ideally the value is an URL proving that it has been forwarded and where one can find more information about its inclusion status. If the field is missing, its implicit value is "yes" if the "Bug" field is present, otherwise it's "no". The field is really required only if the patch is vendor specific, in that case its value should be "not-needed" to indicate that the patch must not be forwarded upstream (whereas "no" simply means that it has not yet been done). " --- debian/changelog | 1 + debian/patches/01_noexit_in_library.patch | 2 +- debian/patches/02_fix_linking.patch | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f447e7..c487edd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ fyba (4.1.1-4) UNRELEASED; urgency=medium * Restructure control file with cme. * Drop autoconf & libtool build dependencies, pulled in via dh-autoreconf. * Update watch file to handle common issues. + * Drop incorrect Forwarded header from patches. -- Bas Couwenberg <sebas...@debian.org> Sun, 28 Aug 2016 18:28:11 +0200 diff --git a/debian/patches/01_noexit_in_library.patch b/debian/patches/01_noexit_in_library.patch index 3f6fd4e..39a35ab 100644 --- a/debian/patches/01_noexit_in_library.patch +++ b/debian/patches/01_noexit_in_library.patch @@ -1,7 +1,7 @@ Description: This fixes the shlib-calls-exit lintian. Every exit()-call is replaced with an error message and return. -Forwarded: will do Author: Ruben Undheim <ruben.undh...@gmail.com> + --- a/src/FYBA/FYLB.cpp +++ b/src/FYBA/FYLB.cpp @@ -3280,7 +3280,8 @@ short LB_RGru(LC_FILADM *pFil,UT_INT64 s diff --git a/debian/patches/02_fix_linking.patch b/debian/patches/02_fix_linking.patch index 3c0391b..eadb262 100644 --- a/debian/patches/02_fix_linking.patch +++ b/debian/patches/02_fix_linking.patch @@ -1,6 +1,6 @@ Description: This call makes libfyba link with libfyut and libfygm. -Forwarded: will do Author: Ruben Undheim <ruben.undh...@gmail.com> + --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fyba.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel