]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
Rename patch 'makefile' to 'no-werror'.
authorTeemu Ikonen <tpikonen@gmail.com>
Sat, 19 Nov 2011 20:41:25 +0000 (21:41 +0100)
committerTeemu Ikonen <tpikonen@gmail.com>
Sat, 19 Nov 2011 20:45:15 +0000 (21:45 +0100)
debian/patches/makefile [deleted file]
debian/patches/no-werror [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/makefile b/debian/patches/makefile
deleted file mode 100644 (file)
index 809f32d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-From 7e7f319c5ee66cef5030ec85c39baca7793ddcef Mon Sep 17 00:00:00 2001
-From: Julien Cristau <jcristau@debian.org>
-Date: Sat, 20 Aug 2011 19:32:25 +0200
-Subject: [PATCH] Drop -Werror from CFLAGS
-
----
-diff --git a/Makefile b/Makefile
-index d137436..1160d91 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,5 +1,5 @@
- OS:=$(shell uname | sed 's/[-_].*//')
--CFLAGS:=-Wall -O2 -Werror $(PYINCLUDE)
-+CFLAGS:=-Wall -O2 $(PYINCLUDE)
- SOEXT:=.so
- ifeq ($(OS),CYGWIN)
--- 
-1.7.7.1
-
diff --git a/debian/patches/no-werror b/debian/patches/no-werror
new file mode 100644 (file)
index 0000000..809f32d
--- /dev/null
@@ -0,0 +1,20 @@
+From 7e7f319c5ee66cef5030ec85c39baca7793ddcef Mon Sep 17 00:00:00 2001
+From: Julien Cristau <jcristau@debian.org>
+Date: Sat, 20 Aug 2011 19:32:25 +0200
+Subject: [PATCH] Drop -Werror from CFLAGS
+
+---
+diff --git a/Makefile b/Makefile
+index d137436..1160d91 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,5 +1,5 @@
+ OS:=$(shell uname | sed 's/[-_].*//')
+-CFLAGS:=-Wall -O2 -Werror $(PYINCLUDE)
++CFLAGS:=-Wall -O2 $(PYINCLUDE)
+ SOEXT:=.so
+ ifeq ($(OS),CYGWIN)
+-- 
+1.7.7.1
+
index de7dd7bf39191b9e0d15498c225ee9e808f04f39..7dadff6a22079f2c45cbf9dc4eda795b21eee273 100644 (file)
@@ -1,3 +1,3 @@
 excise-tornado
 mangle-version
-makefile
+no-werror