This is an automated email from the git hooks/post-receive script. corentin-guest pushed a commit to branch master in repository camp.
commit c4b6bc735b70a7d28cd30469dcea16d673588808 Author: Corentin Desfarges <[email protected]> Date: Tue Jan 12 14:45:05 2016 +0100 Add proper descriptions for d/patches --- debian/patches/add_soname.patch | 3 ++- debian/patches/fix_unit_tests_execution.patch | 3 ++- debian/patches/remove_licences_files.patch | 3 ++- debian/patches/rm_boost_version.patch | 3 ++- debian/patches/support_c++11.patch | 25 +------------------------ 5 files changed, 9 insertions(+), 28 deletions(-) diff --git a/debian/patches/add_soname.patch b/debian/patches/add_soname.patch index 0862cc9..f4c26cc 100644 --- a/debian/patches/add_soname.patch +++ b/debian/patches/add_soname.patch @@ -1,4 +1,5 @@ -Add no version +Description: Add version number +Author: Corentin Desfarges <[email protected]> --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,7 @@ diff --git a/debian/patches/fix_unit_tests_execution.patch b/debian/patches/fix_unit_tests_execution.patch index 9ffd9cb..733d62a 100644 --- a/debian/patches/fix_unit_tests_execution.patch +++ b/debian/patches/fix_unit_tests_execution.patch @@ -1,4 +1,5 @@ -Allows build and execution of the unit tests +Description: Allows build and execution of the unit tests +Author: Corentin Desfarges <[email protected]> --- a/cmake/Config.cmake +++ b/cmake/Config.cmake @@ -20,16 +20,16 @@ diff --git a/debian/patches/remove_licences_files.patch b/debian/patches/remove_licences_files.patch index 31284f6..ccd8b8f 100644 --- a/debian/patches/remove_licences_files.patch +++ b/debian/patches/remove_licences_files.patch @@ -1,4 +1,5 @@ -Remove license files +Description: Remove license files +Author: Corentin Desfarges <[email protected]> --- a/LICENSE.GPL3.txt +++ /dev/null @@ -1,674 +0,0 @@ diff --git a/debian/patches/rm_boost_version.patch b/debian/patches/rm_boost_version.patch index b70a8d2..b1c2f13 100644 --- a/debian/patches/rm_boost_version.patch +++ b/debian/patches/rm_boost_version.patch @@ -1,4 +1,5 @@ -Delete boost version of CMakeLists.txt +Description: Delete boost version of CMakeLists.txt +Author: Corentin Desfarges <[email protected]> --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ diff --git a/debian/patches/support_c++11.patch b/debian/patches/support_c++11.patch index 0d021ac..74a12f0 100644 --- a/debian/patches/support_c++11.patch +++ b/debian/patches/support_c++11.patch @@ -1,29 +1,6 @@ -Description: <short summary of the patch> - TODO: Put a short summary on the line above and replace this paragraph - with a longer explanation of this change. Complete the meta-information - with other relevant fields (see below for details). To make it easier, the - information below has been extracted from the changelog. Adjust it or drop - it. - . - camp (0.7.1.3-1) unstable; urgency=medium - . - * New upstream version - * Fix end of line issues +Description: Add std=c++11 flag Author: Corentin Desfarges <[email protected]> ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: <vendor|upstream|other>, <url of original patch> -Bug: <url in upstream bugtracker> -Bug-Debian: https://bugs.debian.org/<bugnumber> -Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> -Forwarded: <no|not-needed|url proving that it has been forwarded> -Reviewed-By: <name and email of someone who approved the patch> -Last-Update: <YYYY-MM-DD> - --- camp-0.7.1.3.orig/CMakeLists.txt +++ camp-0.7.1.3/CMakeLists.txt @@ -30,6 +30,9 @@ project(CAMP) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/camp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
