[interchange-cvs] interchange - racke modified 3 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu Dec 5 21:43:00 2002


User:      racke
Date:      2002-12-06 02:42:30 GMT
Modified:  .        Tag: STABLE_4_8-branch WHATSNEW
Modified:  debian   Tag: STABLE_4_8-branch changelog rules
Log:
need to specifiy INSTALLSCRIPT for Perl 5.8.x in order to get
the scripts installed to /usr/lib/interchange/bin
(Closes: #168308, #168510, #169217)

Revision  Changes    Path
No                   revision



No                   revision



2.6.2.85  +3 -0      interchange/WHATSNEW


rev 2.6.2.85, prev_rev 2.6.2.84
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.6.2.84
retrieving revision 2.6.2.85
diff -u -r2.6.2.84 -r2.6.2.85
--- WHATSNEW	29 Nov 2002 16:26:25 -0000	2.6.2.84
+++ WHATSNEW	6 Dec 2002 02:42:30 -0000	2.6.2.85
@@ -20,6 +20,9 @@
 Packaging
 ---------
 
+* Debian package build process didn't install scripts properly
+  into usr/lib/interchange/bin when running with Perl 5.8.x
+
 * Cleanse mod_interchange directory in Debian's clean target.
 
 * No need to restart Interchange for log rotation.



No                   revision



No                   revision



2.10.2.35 +8 -0      interchange/debian/changelog


rev 2.10.2.35, prev_rev 2.10.2.34
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.10.2.34
retrieving revision 2.10.2.35
diff -u -r2.10.2.34 -r2.10.2.35
--- changelog	8 Nov 2002 13:19:32 -0000	2.10.2.34
+++ changelog	6 Dec 2002 02:42:30 -0000	2.10.2.35
@@ -1,3 +1,11 @@
+interchange (4.8.6.20021206-1) unstable; urgency=high
+
+  * need to specifiy INSTALLSCRIPT for Perl 5.8.x in order to get
+    the scripts installed to /usr/lib/interchange/bin
+    (Closes: #168308, #168510, #169217)
+
+ -- Stefan Hornburg (Racke) <racke@linuxia.de>  Fri,  6 Dec 2002 03:38:45 +0100
+
 interchange (4.8.6.20021108-1) unstable; urgency=low
 
   * removed debug code that inadvertently crept in



2.4.2.8   +2 -1      interchange/debian/rules


rev 2.4.2.8, prev_rev 2.4.2.7
Index: rules
===================================================================
RCS file: /var/cvs/interchange/debian/rules,v
retrieving revision 2.4.2.7
retrieving revision 2.4.2.8
diff -u -r2.4.2.7 -r2.4.2.8
--- rules	26 Nov 2002 10:04:51 -0000	2.4.2.7
+++ rules	6 Dec 2002 02:42:30 -0000	2.4.2.8
@@ -68,7 +68,8 @@
 	dh_installdirs
 
 # Add here commands to install the package into debian/tmp.
-	$(MAKE) install PREFIX=$(TMP)/usr INSTALLARCHLIB=$(TMP)/usr/lib/interchange INSTALLPRIVLIB=$(TMP)/usr/lib/interchange INSTALLMAN1DIR=$(TMP)/usr/share/man/man1 INSTALLMAN3DIR=$(TMP)/usr/share/man/man8 NOCPANINSTALL=1
+	$(MAKE) install PREFIX=$(TMP)/usr INSTALLARCHLIB=$(TMP)/usr/lib/interchange INSTALLPRIVLIB=$(TMP)/usr/lib/interchange INSTALLMAN1DIR=$(TMP)/usr/share/man/man1 INSTALLMAN3DIR=$(TMP)/usr/share/man/man8 INSTALLSCRIPT=$(TMP)/usr/lib/interchange/bin NOCPANINSTALL=1
+
 # Sample configuration file not needed (code in interchange.PL
 # to determine configuration file location will stop to work too)
 	rm $(TMP)/usr/lib/interchange/interchange.cfg.dist