[Pkg-jed-commit] r206 - in trunk/packages/slcfitsio/debian: . patches

Rafael Laboissiere rafael at costa.debian.org
Thu Nov 17 17:38:32 UTC 2005


Author: rafael
Date: 2005-11-17 17:38:32 +0000 (Thu, 17 Nov 2005)
New Revision: 206

Added:
   trunk/packages/slcfitsio/debian/patches/
   trunk/packages/slcfitsio/debian/patches/slsh-debug-option.patch
Modified:
   trunk/packages/slcfitsio/debian/changelog
   trunk/packages/slcfitsio/debian/rules
Log:
Debian release slcfitsio_0.3.2b-4

Modified: trunk/packages/slcfitsio/debian/changelog
===================================================================
--- trunk/packages/slcfitsio/debian/changelog	2005-11-17 16:48:30 UTC (rev 205)
+++ trunk/packages/slcfitsio/debian/changelog	2005-11-17 17:38:32 UTC (rev 206)
@@ -1,3 +1,16 @@
+slcfitsio (0.3.2b-4) unstable; urgency=low
+
+   +++ Changes by Rafael Laboissiere
+
+  * With this release I am trying to understand why the pacakge FTBFS for
+    the arm and mipsel architectures when running the test/test_fits.sl
+    example
+  * debian/rules: Include CDBS' simple-patchsys.mk
+  * debian/patches/slsh-debug-option.patch: Patch for calling slsh with
+    option -g in src/Makefile.in
+
+ -- Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>  Thu, 17 Nov 2005 18:14:37 +0100
+
 slcfitsio (0.3.2b-3) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere

Added: trunk/packages/slcfitsio/debian/patches/slsh-debug-option.patch
===================================================================
--- trunk/packages/slcfitsio/debian/patches/slsh-debug-option.patch	2005-11-17 16:48:30 UTC (rev 205)
+++ trunk/packages/slcfitsio/debian/patches/slsh-debug-option.patch	2005-11-17 17:38:32 UTC (rev 206)
@@ -0,0 +1,12 @@
+diff -Nur slcfitsio-0.3.2b/src/Makefile.in slcfitsio-0.3.2b.new/src/Makefile.in
+--- slcfitsio-0.3.2b/src/Makefile.in	2005-11-17 18:06:51.027861000 +0100
++++ slcfitsio-0.3.2b.new/src/Makefile.in	2005-11-17 18:11:02.803586248 +0100
+@@ -69,7 +69,7 @@
+ test:
+ 	@for X in tests/test_*.sl; \
+ 	do \
+-		slsh $$X; \
++		slsh -g $$X; \
+ 	done
+ #---------------------------------------------------------------------------
+ # Installation Rules

Modified: trunk/packages/slcfitsio/debian/rules
===================================================================
--- trunk/packages/slcfitsio/debian/rules	2005-11-17 16:48:30 UTC (rev 205)
+++ trunk/packages/slcfitsio/debian/rules	2005-11-17 17:38:32 UTC (rev 206)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_MAKE_BUILD_TARGET := all RPATH=
 




More information about the Pkg-jed-commit mailing list