This is an automated email from the git hooks/post-receive script. uecker-guest pushed a commit to branch master in repository bart.
commit 193dd587fdcf7e8ada2eadae8ca1c2a309cf4516 Author: Martin Uecker <[email protected]> Date: Sat Jan 14 15:57:27 2017 +0100 update debian patches --- debian/patches/0001-remove-empty-directory.patch | 20 ++++++++++++++++++++ debian/patches/remove-empty-dir | 14 -------------- debian/patches/series | 2 +- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/debian/patches/0001-remove-empty-directory.patch b/debian/patches/0001-remove-empty-directory.patch new file mode 100644 index 0000000..234f761 --- /dev/null +++ b/debian/patches/0001-remove-empty-directory.patch @@ -0,0 +1,20 @@ +From: Martin Uecker <[email protected]> +Date: Sat, 14 Jan 2017 15:55:43 +0100 +Subject: remove empty directory + +--- + Makefile | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/Makefile b/Makefile +index c47db1a..45c3e3f 100644 +--- a/Makefile ++++ b/Makefile +@@ -459,7 +459,6 @@ install: bart $(root)/doc/commands.txt + install bart $(DESTDIR)/$(PREFIX)/bin/ + install -d $(DESTDIR)/$(PREFIX)/share/doc/bart/ + install $(root)/doc/*.txt $(root)/README $(DESTDIR)/$(PREFIX)/share/doc/bart/ +- install -d $(DESTDIR)/$(PREFIX)/lib/bart/commands/ + + + # generate release tar balls (identical to github) diff --git a/debian/patches/remove-empty-dir b/debian/patches/remove-empty-dir deleted file mode 100644 index e439d78..0000000 --- a/debian/patches/remove-empty-dir +++ /dev/null @@ -1,14 +0,0 @@ -Description: remove empty dir in /usr - do not create empty dir /usr/lib/bart/commands/ -Author: Martin Uecker <[email protected]> - ---- bart-0.3.00.orig/Makefile -+++ bart-0.3.00/Makefile -@@ -397,7 +397,6 @@ install: bart $(root)/doc/commands.txt - install bart $(DESTDIR)/usr/bin/ - install -d $(DESTDIR)/usr/share/doc/bart/ - install $(root)/doc/*.txt $(root)/README $(DESTDIR)/usr/share/doc/bart/ -- install -d $(DESTDIR)/usr/lib/bart/commands/ - - - # generate release tar balls (identical to github) diff --git a/debian/patches/series b/debian/patches/series index d70dacb..1d193a4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -remove-empty-dir +0001-remove-empty-directory.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bart.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
