[Pkg-jed-commit] r644 - in slxfig/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Mon Apr 30 20:02:47 UTC 2007


Author: rafael
Date: 2007-04-30 20:02:45 +0000 (Mon, 30 Apr 2007)
New Revision: 644

Added:
   slxfig/trunk/debian/patches/01_no-rpath.patch
Removed:
   slxfig/trunk/debian/patches/01_clean-examples-dir.patch
   slxfig/trunk/debian/patches/02_no-maplib-example.patch
   slxfig/trunk/debian/patches/03_no-rpath.patch
Modified:
   slxfig/trunk/debian/changelog
Log:
Adapted for upstream SVN revision 114.  Removed patches
01_clean-examples-dir (applied upstream) and 02_no-maplib-example
workaround in src/xfig/plot.sl) and renamed 03_no-rpath to
01_no-rpath.



Modified: slxfig/trunk/debian/changelog
===================================================================
--- slxfig/trunk/debian/changelog	2007-04-30 19:51:38 UTC (rev 643)
+++ slxfig/trunk/debian/changelog	2007-04-30 20:02:45 UTC (rev 644)
@@ -1,4 +1,4 @@
-slxfig (0~svn.30-1) UNRELEASED; urgency=low
+slxfig (0~svn.114-1) UNRELEASED; urgency=low
 
   * Initial release
 

Deleted: slxfig/trunk/debian/patches/01_clean-examples-dir.patch
===================================================================
--- slxfig/trunk/debian/patches/01_clean-examples-dir.patch	2007-04-30 19:51:38 UTC (rev 643)
+++ slxfig/trunk/debian/patches/01_clean-examples-dir.patch	2007-04-30 20:02:45 UTC (rev 644)
@@ -1,21 +0,0 @@
-diff -Nur slxfig-0~svn.30/autoconf/Makefile.in slxfig-0~svn.30.new/autoconf/Makefile.in
---- slxfig-0~svn.30/autoconf/Makefile.in	2006-06-21 18:45:41.000000000 +0200
-+++ slxfig-0~svn.30.new/autoconf/Makefile.in	2007-04-30 14:08:33.000000000 +0200
-@@ -7,6 +7,7 @@
- 	cd src; $(MAKE) all
- clean:
- 	cd src; $(MAKE) clean
-+	cd examples/plot; $(MAKE) clean	
- 	/bin/rm -f *~ \#*
- distclean: clean
- 	cd src; $(MAKE) distclean
-diff -Nur slxfig-0~svn.30/examples/plot/Makefile slxfig-0~svn.30.new/examples/plot/Makefile
---- slxfig-0~svn.30/examples/plot/Makefile	2006-06-21 18:45:41.000000000 +0200
-+++ slxfig-0~svn.30.new/examples/plot/Makefile	2007-04-30 13:43:01.000000000 +0200
-@@ -9,5 +9,5 @@
- clean:
- 	/bin/rm -f $(PNG_FILES) *.fig *~
- 	/bin/rm -rf slxfigtmp
--
-+	/bin/rm -rf tmp_* autoeps
- 

Copied: slxfig/trunk/debian/patches/01_no-rpath.patch (from rev 642, slxfig/trunk/debian/patches/03_no-rpath.patch)

Deleted: slxfig/trunk/debian/patches/02_no-maplib-example.patch
===================================================================
--- slxfig/trunk/debian/patches/02_no-maplib-example.patch	2007-04-30 19:51:38 UTC (rev 643)
+++ slxfig/trunk/debian/patches/02_no-maplib-example.patch	2007-04-30 20:02:45 UTC (rev 644)
@@ -1,12 +0,0 @@
-diff -Nur slxfig-0~svn.30/examples/plot/Makefile slxfig-0~svn.30.new/examples/plot/Makefile
---- slxfig-0~svn.30/examples/plot/Makefile	2007-04-30 14:44:42.000000000 +0200
-+++ slxfig-0~svn.30.new/examples/plot/Makefile	2007-04-30 14:45:13.000000000 +0200
-@@ -1,7 +1,7 @@
- # -*- sh -*-
- 
- SL_FILES = simple.sl subplot.sl color.sl histplt.sl image.sl errbar.sl 
--PNG_FILES = simple.png subplot.png color.png histplt.png image.png errbar.png 
-+PNG_FILES = simple.png subplot.png color.png histplt.png errbar.png 
- 
- png: $(PNG_FILES)
- %.png: %.sl

Deleted: slxfig/trunk/debian/patches/03_no-rpath.patch
===================================================================
--- slxfig/trunk/debian/patches/03_no-rpath.patch	2007-04-30 19:51:38 UTC (rev 643)
+++ slxfig/trunk/debian/patches/03_no-rpath.patch	2007-04-30 20:02:45 UTC (rev 644)
@@ -1,12 +0,0 @@
-diff -Nur slxfig-0~svn.30/autoconf/Makefile.in slxfig-0~svn.30.new/autoconf/Makefile.in
---- slxfig-0~svn.30/autoconf/Makefile.in	2007-04-30 18:05:31.000000000 +0200
-+++ slxfig-0~svn.30.new/autoconf/Makefile.in	2007-04-30 18:05:46.000000000 +0200
-@@ -4,7 +4,7 @@
- SHELL = /bin/sh
- 
- all:
--	cd src; $(MAKE) all
-+	cd src; $(MAKE) RPATH= all
- clean:
- 	cd src; $(MAKE) clean
- 	cd examples/plot; $(MAKE) clean	




More information about the Pkg-jed-commit mailing list