0.2.1 includes my 0.2.0 patches, prepare to upload master debian/0.2.1-1
authorBdale Garbee <bdale@gag.com>
Thu, 11 Oct 2012 15:03:14 +0000 (09:03 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 11 Oct 2012 15:03:14 +0000 (09:03 -0600)
debian/changelog
debian/patches/makefile-support-hardening [deleted file]
debian/patches/series [deleted file]
debian/patches/version-not-beta [deleted file]

index 40f8ee0a33735a315817cce1a092b7ad07aac908..00553ebac74560c4e5bbd400b6c94618db24aa33 100644 (file)
@@ -1,10 +1,10 @@
-yforth (0.2.0-1) unstable; urgency=low
+yforth (0.2.1-1) unstable; urgency=low
 
   * new upstream version under GPLv3, closes: #687348
   * update homepage field in control, closes: #688616
-  * move to use of dh in rules
+  * move to use of dh in rules, compat 9 to enable hardening
 
- -- Bdale Garbee <bdale@gag.com>  Wed, 10 Oct 2012 08:47:55 -0600
+ -- Bdale Garbee <bdale@gag.com>  Thu, 11 Oct 2012 09:02:47 -0600
 
 yforth (0.1beta-23) unstable; urgency=low
 
diff --git a/debian/patches/makefile-support-hardening b/debian/patches/makefile-support-hardening
deleted file mode 100644 (file)
index 51d26a7..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 5e0fddb..301fd02 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,4 +1,3 @@
--OPTIMIZE = -O2
- CC = gcc
- MATHLIB = -lm
-@@ -13,16 +12,16 @@ INCLUDES = block.h blocke.h config.h core.h coree.h defaults.h double.h \
-       string.h tools.h toolse.h udio.h ver.h ycore.h yforth.h 
- yforth: div.h $(OBJECTS)
--      $(CC) -o yforth $(OBJECTS) $(MATHLIB)
-+      $(CC) -o yforth $(LDFLAGS) $(OBJECTS) $(MATHLIB)
- div.h: div
-       ./div 
-       
- div: division.c
--      $(CC) -o div division.c
-+      $(CC) -o div $(CFLAGS) $(CPPFLAGS) division.c
- .c.o:          
--      $(CC) -c -o $@ $(OPTIMIZE) $<
-+      $(CC) -c -o $@ $(CFLAGS) $(CPPFLAGS) $<
- clean:
-       rm -f *.o yforth div.h div 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644 (file)
index 1f4c1ac..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-makefile-support-hardening
-version-not-beta
diff --git a/debian/patches/version-not-beta b/debian/patches/version-not-beta
deleted file mode 100644 (file)
index 176b617..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/ver.h b/ver.h
-index 3782906..cfddc40 100644
---- a/ver.h
-+++ b/ver.h
-@@ -20,5 +20,5 @@
- #define VER_HI                        0
- #define       VER_LO                  2
--#define VER_TEST              "+beta"
-+#define VER_TEST              ""