[Python-modules-commits] r15450 - in packages/python-pgmagick/trunk/debian/patches (1 file)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Feb 4 04:28:02 UTC 2011


    Date: Friday, February 4, 2011 @ 04:27:53
  Author: takaki
Revision: 15450

remove a patch file

Deleted:
  packages/python-pgmagick/trunk/debian/patches/00_fix_makefile

Deleted: packages/python-pgmagick/trunk/debian/patches/00_fix_makefile
===================================================================
--- packages/python-pgmagick/trunk/debian/patches/00_fix_makefile	2011-02-04 04:25:32 UTC (rev 15449)
+++ packages/python-pgmagick/trunk/debian/patches/00_fix_makefile	2011-02-04 04:27:53 UTC (rev 15450)
@@ -1,23 +0,0 @@
-Index: python-pgmagick-0.3.0/Makefile
-===================================================================
---- python-pgmagick-0.3.0.orig/Makefile	2010-11-15 21:36:55.139529948 +0900
-+++ python-pgmagick-0.3.0/Makefile	2010-11-15 21:37:01.275529925 +0900
-@@ -35,5 +35,5 @@
- clean:
- 	rm -rf pgmagick.* build dist
- 	cd $(SRC_DIR) && make clean
--	rm pgmagick/_pgmagick.so
--	rm pgmagick/*.pyc
-+	rm -f pgmagick/_pgmagick.so
-+	rm -f pgmagick/*.pyc
-Index: python-pgmagick-0.3.0/src/Makefile
-===================================================================
---- python-pgmagick-0.3.0.orig/src/Makefile	2010-11-15 21:36:42.739532108 +0900
-+++ python-pgmagick-0.3.0/src/Makefile	2010-11-15 21:36:47.115532260 +0900
-@@ -116,5 +116,5 @@
- 	g++ $(FLAGS) $(INCS) -o $@ -c $<
- 
- clean:
--	rm $(OBJS) $(SO)
-+	rm -f $(OBJS) $(SO)
- 




More information about the Python-modules-commits mailing list