[med-svn] r389 - in trunk/packages/boxshade/trunk: . debian debian/patches

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Thu Aug 9 00:49:46 UTC 2007


Author: charles-guest
Date: 2007-08-09 00:49:46 +0000 (Thu, 09 Aug 2007)
New Revision: 389

Added:
   trunk/packages/boxshade/trunk/debian/patches/
   trunk/packages/boxshade/trunk/debian/patches/10_makefile.unx.patch
   trunk/packages/boxshade/trunk/debian/patches/series
Modified:
   trunk/packages/boxshade/trunk/debian/changelog
   trunk/packages/boxshade/trunk/debian/control
   trunk/packages/boxshade/trunk/makefile.unx
Log:
managing the changes through patches using quilt

Modified: trunk/packages/boxshade/trunk/debian/changelog
===================================================================
--- trunk/packages/boxshade/trunk/debian/changelog	2007-08-06 13:52:58 UTC (rev 388)
+++ trunk/packages/boxshade/trunk/debian/changelog	2007-08-09 00:49:46 UTC (rev 389)
@@ -1,8 +1,9 @@
 boxshade (3.3.1-2) unreleased; urgency=low
 
   * Debian Menu transition: Apps/Science becomes Applications/Science/Biology.
+  * makefile.unx : changes managed using the `quilt' patch system.
 
- -- Charles Plessy <charles-debian-nospam at plessy.org>  Sat, 21 Jul 2007 12:58:20 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org>  Thu,  9 Aug 2007 09:48:56 +0900
 
 boxshade (3.3.1-1) unstable; urgency=low
 

Modified: trunk/packages/boxshade/trunk/debian/control
===================================================================
--- trunk/packages/boxshade/trunk/debian/control	2007-08-06 13:52:58 UTC (rev 388)
+++ trunk/packages/boxshade/trunk/debian/control	2007-08-09 00:49:46 UTC (rev 389)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Charles Plessy <charles-debian-nospam at plessy.org>
-Build-Depends: debhelper (>= 5), xsltproc, docbook-xsl, docbook-xml
+Build-Depends: debhelper (>= 5), quilt, xsltproc, docbook-xsl, docbook-xml
 Standards-Version: 3.7.2
 XS-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/boxshade/trunk/
 XS-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/boxshade

Added: trunk/packages/boxshade/trunk/debian/patches/10_makefile.unx.patch
===================================================================
--- trunk/packages/boxshade/trunk/debian/patches/10_makefile.unx.patch	                        (rev 0)
+++ trunk/packages/boxshade/trunk/debian/patches/10_makefile.unx.patch	2007-08-09 00:49:46 UTC (rev 389)
@@ -0,0 +1,22 @@
+Index: trunk/makefile.unx
+===================================================================
+--- trunk.orig/makefile.unx
++++ trunk/makefile.unx
+@@ -1,7 +1,7 @@
+ # BOXSHADE makefile for unix (tested under Linux && Solaris)
+ CC     = gcc
+ CFLAGS = -O
+-LDFLAGS= -s
++# dh_strip takes care of this... LDFLAGS= -s
+ LIBS   = -lm
+ OBJ    =.o
+ EXE    =
+@@ -40,3 +40,8 @@
+ dv_ps$(OBJ):    dv_ps.c    bx_types.h bx_read.h dv_all.h version.h
+ dv_regis$(OBJ): dv_regis.c bx_types.h bx_read.h dv_all.h
+ dv_rtf$(OBJ):   dv_rtf.c   bx_types.h bx_read.h dv_all.h
++
++.PHONY: clean
++
++clean:
++	rm -f $(OBJS) boxshade$(EXE)

Added: trunk/packages/boxshade/trunk/debian/patches/series
===================================================================
--- trunk/packages/boxshade/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/boxshade/trunk/debian/patches/series	2007-08-09 00:49:46 UTC (rev 389)
@@ -0,0 +1 @@
+10_makefile.unx.patch

Modified: trunk/packages/boxshade/trunk/makefile.unx
===================================================================
--- trunk/packages/boxshade/trunk/makefile.unx	2007-08-06 13:52:58 UTC (rev 388)
+++ trunk/packages/boxshade/trunk/makefile.unx	2007-08-09 00:49:46 UTC (rev 389)
@@ -1,7 +1,7 @@
 # BOXSHADE makefile for unix (tested under Linux && Solaris)
 CC     = gcc
 CFLAGS = -O
-LDFLAGS= -s
+# dh_strip takes care of this... LDFLAGS= -s
 LIBS   = -lm
 OBJ    =.o
 EXE    =




More information about the debian-med-commit mailing list