This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository subread.
commit 17a311ca50f2d01fe9d5b6271599128cc8907afe Author: Alexandre Mestiashvili <[email protected]> Date: Thu May 7 21:08:10 2015 +0200 d/copyright: exclude pdf without source files d/patches: add Descriptions d/watch: use repacksuffix to add +dfsg suffix --- debian/copyright | 1 + debian/patches/fix_syntax.patch | 1 + debian/patches/inject_hardening_flags.patch | 2 +- debian/watch | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index fb0e0e4..ace0d9e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: subread Source: http://sourceforge.net/projects/subread/files/ +Files-Excluded: doc/*.pdf Files: * Copyright: 2011-2015, Dr Yang Liao, Dr Wei Shi diff --git a/debian/patches/fix_syntax.patch b/debian/patches/fix_syntax.patch index dc0bce0..6147896 100644 --- a/debian/patches/fix_syntax.patch +++ b/debian/patches/fix_syntax.patch @@ -1,3 +1,4 @@ +Description: Fix spelling errors Subject: spelling-error-in-binary subread-buildindex s/sucessfully/successfully/ coverageCount s/coveage/coverage/ Origin: Debian Med Packaging Team <[email protected]> diff --git a/debian/patches/inject_hardening_flags.patch b/debian/patches/inject_hardening_flags.patch index 7a0de01..63585ab 100644 --- a/debian/patches/inject_hardening_flags.patch +++ b/debian/patches/inject_hardening_flags.patch @@ -1,4 +1,4 @@ -Subject: Patch injects hardening LDFLAGS +Description: Inject hardening LDFLAGS Origin: Debian Med Packaging Team <[email protected]> --- subread.orig/src/Makefile.Linux +++ subread/src/Makefile.Linux diff --git a/debian/watch b/debian/watch index 9925ecb..6daa31c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts=uversionmangle=s/-source// \ +opts=dversionmangle=s/\+dfsg(\.\d+)?$//,repacksuffix=+dfsg \ http://sf.net/subread/subread-(.*)-source\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/subread.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
