[Python-apps-commits] r12508 - in packages/rubber/trunk/debian/patches (1 file)

hilmar-guest at users.alioth.debian.org hilmar-guest at users.alioth.debian.org
Wed Oct 21 20:27:57 UTC 2015


    Date: Wednesday, October 21, 2015 @ 20:27:56
  Author: hilmar-guest
Revision: 12508

Start packeting rubber 1.3.

Added:
  packages/rubber/trunk/debian/patches/11_modify_makefile_for_install.diff

Added: packages/rubber/trunk/debian/patches/11_modify_makefile_for_install.diff
===================================================================
--- packages/rubber/trunk/debian/patches/11_modify_makefile_for_install.diff	                        (rev 0)
+++ packages/rubber/trunk/debian/patches/11_modify_makefile_for_install.diff	2015-10-21 20:27:56 UTC (rev 12508)
@@ -0,0 +1,13 @@
+Index: rubber-1.3/Makefile.in
+===================================================================
+--- rubber-1.3.orig/Makefile.in	2015-10-11 02:14:54.000000000 +0200
++++ rubber-1.3/Makefile.in	2015-10-21 22:07:44.000000000 +0200
+@@ -20,7 +20,7 @@
+ 	cd doc && $(MAKE) distclean
+ 
+ install:
+-	@python@ setup.py inst @prefix@
++	@python@ setup.py inst ${prefix}
+ 
+ tar:
+ 	git archive --format=tar HEAD | gzip -9 > rubber- at version@.tar.gz




More information about the Python-apps-commits mailing list