[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

review dgen/1.23-7



I've just uploaded this release of dgen, which fixes RC bug #308847.
Diff is attached.

-- 
see shy jo
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 11351)
+++ debian/changelog	(working copy)
@@ -1,3 +1,11 @@
+dgen (1.23-7) unstable; urgency=low
+
+  * Rename tobin to dgen_tobin; there is also a tobin program in fondu.
+    Closes: #308847
+  * Remove blank line at end of tobin.1 to quiet mdoc.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 13 May 2005 12:52:47 -0400
+
 dgen (1.23-6) unstable; urgency=medium
 
   * Fix file-in-tmp security hole in gzip/bzip rom extraction code.
Index: debian/rules
===================================================================
--- debian/rules	(revision 11351)
+++ debian/rules	(working copy)
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
 
+workdir=$(shell pwd)/debian/$(shell dh_listpackages)
+
 build: build-stamp
 build-stamp:
 	dh_testdir
-	./configure --mandir=debian/`dh_listpackages`/usr/share/man
+	./configure --mandir=$(workdir)/usr/share/man
 	$(MAKE) AUTOMAKE=echo # avoid running automake
 	touch build-stamp
 
@@ -19,8 +21,13 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
+	$(MAKE) prefix=$(workdir)/usr install
 
+	# Renamed this binary.
+	mv $(workdir)/usr/bin/tobin $(workdir)/usr/bin/dgen_tobin
+	mv $(workdir)/usr/share/man/man1/tobin.1 \
+		$(workdir)/usr/share/man/man1/dgen_tobin.1
+
 binary-indep: build install
 
 binary-arch: build install
Index: tobin.1
===================================================================
--- tobin.1	(revision 11351)
+++ tobin.1	(working copy)
@@ -1,10 +1,10 @@
 .Dd February 21, 2001
 .Dt DGEN 1
 .Sh NAME
-.Nm tobin
+.Nm dgen_tobin
 .Nd Convert SMD-format Genesis/Megadrive image to raw (BIN) format
 .Sh SYNOPSIS
-.Nm tobin
+.Nm dgen_tobin
 .Ar FROMSMD
 .Ar TOBIN
 .Sh DESCRIPTION
@@ -27,4 +27,3 @@
 .An Joe Groff Aq joe@pknet.com .
 .Sh BUGS
 None (yet :-)
-

Attachment: signature.asc
Description: Digital signature


Reply to: