debian changelog,1.8,1.9 rules,1.13,1.14

rousseau at haydn.debian.org rousseau at haydn.debian.org
Tue Aug 14 17:14:31 UTC 2007


Update of /cvsroot/pkg-bins/debian
In directory haydn:/tmp/cvs-serv2715

Modified Files:
	changelog rules 
Log Message:
backup and restore doc/bins.1 and doc/bins-edit-gui.1 since they are
modified by the build process (avoid having the patch in the .diff.gz
file)


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-bins/debian/changelog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- changelog	13 Aug 2004 21:54:33 -0000	1.8
+++ changelog	13 Aug 2004 22:12:38 -0000	1.9
@@ -2,8 +2,11 @@
 
   * 07_bins.dpatch: exit if target_dir is in source_dir since it will generate
     an infinite recursion. Closes: #239250
+  * debian/rules: backup and restore doc/bins.1 and doc/bins-edit-gui.1 since
+    they are modified by the build process (avoid having the patch in the
+    .diff.gz file)
 
- -- Ludovic Rousseau <rousseau at debian.org>  Fri, 13 Aug 2004 23:52:38 +0200
+ -- Ludovic Rousseau <rousseau at debian.org>  Sat, 14 Aug 2004 00:10:57 +0200
 
 bins (1.1.26-2) unstable; urgency=medium
 

Index: rules
===================================================================
RCS file: /cvsroot/pkg-bins/debian/rules,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- rules	31 Jul 2004 20:25:45 -0000	1.13
+++ rules	13 Aug 2004 22:12:38 -0000	1.14
@@ -50,6 +50,10 @@
 	dh_testdir
 	dh_testroot
 
+	if [ -f doc/bins.1.bak ]; then \
+		mv doc/bins.1.bak doc/bins.1; fi
+	if [ -f doc/bins-edit-gui.1.bak ]; then \
+		mv doc/bins-edit-gui.1.bak doc/bins-edit-gui.1; fi
 	dh_clean
 
 install: build
@@ -57,6 +61,10 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
+
+	# backup original manpages
+	mv doc/bins.1 doc/bins.1.bak
+	mv doc/bins-edit-gui.1 doc/bins-edit-gui.1.bak
 
 	# regeneate modified manpages
 	docbook-to-man doc/bins-edit-gui.sgml > doc/bins-edit-gui.1




More information about the pkg-bins-commits mailing list