[SCM] pd-iemmatrix/master: deleted all patches, since they are not necessary with new upstream version anymore

rdz-guest at users.alioth.debian.org rdz-guest at users.alioth.debian.org
Mon Jan 31 10:03:54 UTC 2011


The following commit has been merged in the master branch:
commit 729412bb2315e7b15baec1a2dbcd39595ed93ab6
Author: Roman Haefeli <reduzent at gmail.com>
Date:   Mon Jan 31 10:48:33 2011 +0100

    deleted all patches, since they are not necessary with new upstream version anymore

diff --git a/debian/patches/fix_install_target.patch b/debian/patches/fix_install_target.patch
deleted file mode 100644
index 42b5b02..0000000
--- a/debian/patches/fix_install_target.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Abstractions should be installed to extra/iemmatrix and not to extra
-Author: Roman Haefeli <reduzent at gmail.com>
-Reviewed-by: Roman Haefeli <reduzent at gmail.com>
-Last-Update: <2011-01-23>
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -112,8 +112,8 @@
- 	-install -m 644 ../doc/*.pd $(INSTALL_DOC)
- 
- install-abs:
--	-install -d $(INSTALL_BIN)
--	-install -m 644 ../abs/*.pd $(INSTALL_BIN)
-+	-install -d $(INSTALL_DOC)
-+	-install -m 644 ../abs/*.pd $(INSTALL_DOC)
- 
- dist: all realclean
- 	(cd ../..;tar czvf $(TARNAME) $(LIBRARY_NAME))
diff --git a/debian/patches/fix_realclean_target.patch b/debian/patches/fix_realclean_target.patch
deleted file mode 100644
index f86aded..0000000
--- a/debian/patches/fix_realclean_target.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Don't remove config.h.in in target realclean
-Author: Roman Haefeli <reduzent at gmail.com>
-Reviewed-By: Roman Haefeli <reduzent at gmail.com>
-Last-Update: <2011-01-23>
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -89,7 +89,7 @@
- 	-rm -f *.$(EXT) *.o 
- 
- realclean: clean
--	-rm -f *~ _* config.*
-+	-rm -f *~ _* aclocal.m4 configure config.h config.log config.status
- 	-rm -f *.d *.d.*
- 
- distclean: realclean
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5f7050a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-fix_realclean_target.patch
-fix_install_target.patch

-- 
pd-iemmatrix packaging



More information about the pkg-multimedia-commits mailing list