Author: tille
Date: 2013-11-05 09:21:33 +0000 (Tue, 05 Nov 2013)
New Revision: 15105

Removed:
   trunk/packages/tigr-glimmer/trunk/debian/patches/01_Makefile.patch
Modified:
   trunk/packages/tigr-glimmer/trunk/debian/changelog
   trunk/packages/tigr-glimmer/trunk/debian/patches/series
   trunk/packages/tigr-glimmer/trunk/debian/rules
Log:
Hardening by droping Makefile patch in favour of providing options directly 
inside debian/rules


Modified: trunk/packages/tigr-glimmer/trunk/debian/changelog
===================================================================
--- trunk/packages/tigr-glimmer/trunk/debian/changelog  2013-11-05 09:05:53 UTC 
(rev 15104)
+++ trunk/packages/tigr-glimmer/trunk/debian/changelog  2013-11-05 09:21:33 UTC 
(rev 15105)
@@ -9,6 +9,8 @@
      - dropped cdbs + quilt from Build-Depends
   * debian/README.source: deleted because redundant
   * debian/rules: switch from cdbs to dh
+  * Hardening by droping Makefile patch in favour of providing
+    options directly inside debian/rules
 
  -- Andreas Tille <[email protected]>  Thu, 10 May 2012 11:11:57 +0200
 

Deleted: trunk/packages/tigr-glimmer/trunk/debian/patches/01_Makefile.patch
===================================================================
--- trunk/packages/tigr-glimmer/trunk/debian/patches/01_Makefile.patch  
2013-11-05 09:05:53 UTC (rev 15104)
+++ trunk/packages/tigr-glimmer/trunk/debian/patches/01_Makefile.patch  
2013-11-05 09:21:33 UTC (rev 15105)
@@ -1,14 +0,0 @@
-Author: Steffen Moeller <[email protected]>
-LastChanged: Thu, 16 Oct 2003 17:33:46 +0200
-Description: Provide main Makefile
-
---- /dev/null
-+++ b/Makefile
-@@ -0,0 +1,7 @@
-+all:
-+      cd src; make
-+
-+clean:
-+      cd src; make clean
-+      rm -f bin/* lib/* obj/*
-+

Modified: trunk/packages/tigr-glimmer/trunk/debian/patches/series
===================================================================
--- trunk/packages/tigr-glimmer/trunk/debian/patches/series     2013-11-05 
09:05:53 UTC (rev 15104)
+++ trunk/packages/tigr-glimmer/trunk/debian/patches/series     2013-11-05 
09:21:33 UTC (rev 15105)
@@ -1,4 +1,3 @@
-01_Makefile.patch
 10_gcc4.3.patch
 10_gcc4.4.patch
 

Modified: trunk/packages/tigr-glimmer/trunk/debian/rules
===================================================================
--- trunk/packages/tigr-glimmer/trunk/debian/rules      2013-11-05 09:05:53 UTC 
(rev 15104)
+++ trunk/packages/tigr-glimmer/trunk/debian/rules      2013-11-05 09:21:33 UTC 
(rev 15105)
@@ -21,4 +21,5 @@
        rm -f bin/* lib/* obj/*
 
 override_dh_auto_build: $(MANPAGES)
-       dh_auto_build
+       # dh_auto_build
+       cd src; make CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" 
CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to