[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Aug 9 12:07:00 EDT 2003


User:      racke
Date:      2003-08-09 15:07:30 GMT
Modified:  debian   changelog rules
Log:
exclude worthless Vend::Data manual page from installation
maybe the POD can removed altogether from Data.pm

Revision  Changes    Path
2.39      +2 -1      interchange/debian/changelog


rev 2.39, prev_rev 2.38
Index: changelog
===================================================================
RCS file: /var/cvs/interchange/debian/changelog,v
retrieving revision 2.38
retrieving revision 2.39
diff -u -r2.38 -r2.39
--- changelog	4 Aug 2003 22:08:53 -0000	2.38
+++ changelog	9 Aug 2003 15:07:29 -0000	2.39
@@ -3,7 +3,8 @@
   * fixed hang of build process caused by non-existant user interchange
     (Closes: #202063, thanks to Adrian Bunk <bunk at fs.tum.de> for his
     bugreport and help to trace down the problem) 
-  * location of manual pages for module descriptions fixed  
+  * location of manual pages for module descriptions fixed, exclude
+    worthless Vend::Data manual page from installation
   * marked update_locales job as conffile
   * fixed bashisms in interchange-cat-foundation's config script
   



2.23      +2 -0      interchange/debian/rules


rev 2.23, prev_rev 2.22
Index: rules
===================================================================
RCS file: /var/cvs/interchange/debian/rules,v
retrieving revision 2.22
retrieving revision 2.23
diff -u -r2.22 -r2.23
--- rules	4 Aug 2003 10:48:24 -0000	2.22
+++ rules	9 Aug 2003 15:07:30 -0000	2.23
@@ -121,6 +121,8 @@
 	rm $(TMP)/usr/lib/interchange/_session_storable
 	rm $(TMP)/usr/lib/interchange/_uid
 	rm -r $(TMP)/usr/lib/interchange/auto/Interchange
+# remove incomplete manual pages
+	rm $(TMP)/usr/share/man/man3/Vend::Data.3pm
 # install logrotate configuration file
 	install -m 0755 -d $(TMP)/etc/logrotate.d/
 	install -m 0644 debian/interchange.logrotate $(TMP)/etc/logrotate.d/interchange







More information about the interchange-cvs mailing list