[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Aug 11 18:27:07 EDT 2007


User:      racke
Date:      2007-08-11 22:27:07 GMT
Modified:  debian   changelog rules
Log:
create link programs with --nostrip option to support nostrip build
option (Closes: #437211, thanks to Julien Danjou <acid at debian.org> for
the report)

Revision  Changes    Path
2.77      +5 -2      interchange/debian/changelog


rev 2.77, prev_rev 2.76
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.76
retrieving revision 2.77
diff -u -r2.76 -r2.77
--- changelog	9 Aug 2007 11:17:28 -0000	2.76
+++ changelog	11 Aug 2007 22:27:07 -0000	2.77
@@ -1,13 +1,16 @@
-interchange (5.5.1-0.1) unstable; urgency=low
+interchange (5.5.1-1) unstable; urgency=low
 
   * new upstream release (Closes: #397750, #429690)
   * removed db_stop call from interchange-ui's postrm script
     (Closes: #431580, thanks to Michael Ablassmeier <abi at grinser.de> for the
     report)
   * added --oknodo option to start-stop-daemon for restart action (Closes: #267616)
+  * create link programs with --nostrip option to support nostrip build
+    option (Closes: #437211, thanks to Julien Danjou <acid at debian.org> for
+    the report)
   * switched from dh_movefiles to dh_install
   
- -- Stefan Hornburg (Racke) <racke at linuxia.de>  Thu,  9 Aug 2007 13:14:54 +0200
+ -- Stefan Hornburg (Racke) <racke at linuxia.de>  Sun, 12 Aug 2007 00:19:43 +0200
 
 interchange (5.4.2-4) unstable; urgency=low
 



2.37      +1 -0      interchange/debian/rules


rev 2.37, prev_rev 2.36
Index: rules
===================================================================
RCS file: /var/cvs/interchange/debian/rules,v
retrieving revision 2.36
retrieving revision 2.37
diff -u -r2.36 -r2.37
--- rules	6 Aug 2007 20:05:24 -0000	2.36
+++ rules	11 Aug 2007 22:27:07 -0000	2.37
@@ -89,6 +89,7 @@
 # build Interchange control program(s)
 	mkdir -p $(TMP)/usr/lib/cgi-bin/ic
 	$(PERL) scripts/compile_link \
+		--nostrip \
 		--socket=/var/run/interchange/interchange.sock \
 		--port=7786 \
 		--host=127.0.0.1 \








More information about the interchange-cvs mailing list