This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository emboss.
commit b4fed9c5172ae227dde3752127ee132f9cc0ca59 Author: Andreas Tille <[email protected]> Date: Tue May 20 08:38:11 2014 +0200 Cleanup Makefile.am from non-free docs --- debian/changelog | 4 +++- debian/patches/remove_non-free_doc.patch | 20 ++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 46c27bd..140b2c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -emboss (6.6.0+dfsg-1) UNRELEASED; urgency=medium +emboss (6.6.0+dfsg-1) unstable; urgency=medium [ Andreas Tille ] * debian/copyright: Add Upstream-Contact to report bugs @@ -13,6 +13,8 @@ emboss (6.6.0+dfsg-1) UNRELEASED; urgency=medium * debian/copyright: Exclude invariant GFDL 1.1 files which are related to quite outdated EMBOSS 2.5.0 * debian/emboss-doc.doc-base.emboss-admin: removed + * debian/patches/remove_non-free_doc.patch: Cleanup Makefile.am from non-free + docs -- Andreas Tille <[email protected]> Mon, 19 May 2014 20:52:12 +0200 diff --git a/debian/patches/remove_non-free_doc.patch b/debian/patches/remove_non-free_doc.patch new file mode 100644 index 0000000..8d00b76 --- /dev/null +++ b/debian/patches/remove_non-free_doc.patch @@ -0,0 +1,20 @@ +Author: Andreas Tille <[email protected]> +Last-Changed: Mon, 19 May 2014 20:52:12 +0200 +Description: Cleanup Makefile.am from non-free docs + +--- a/doc/manuals/Makefile.am ++++ b/doc/manuals/Makefile.am +@@ -3,13 +3,6 @@ + manualsdir = $(pkgdatadir)/doc/manuals + + manuals_DATA = \ +-admin.tex \ +-admin.aux \ +-admin.dvi \ +-admin.log \ +-admin.pdf \ +-admin.ps \ +-admin.toc \ + adminguide.tar.gz \ + domainatrix.doc \ + program.ps.gz \ diff --git a/debian/patches/series b/debian/patches/series index 99a6d26..e246a2c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ fix-postgresql-macro.patch fix-mysql-macro.patch bashism.patch plplotP-correct-padding.patch +remove_non-free_doc.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/emboss.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
