Package: replicator
Version: 3.1-sarge-1.5
Severity: normal
Tags: patch
Hi,
Attached is the diff for my replicator 3.1-sarge-1.6 NMU.
diff -Nru /tmp/S1tvtsE4Cr/replicator-3.1-sarge/debian/changelog
/tmp/Jg9F27f4zm/replicator-3.1-sarge/debian/changelog
--- /tmp/S1tvtsE4Cr/replicator-3.1-sarge/debian/changelog 2005-04-30
23:20:19.000000000 +0200
+++ /tmp/Jg9F27f4zm/replicator-3.1-sarge/debian/changelog 2006-06-27
22:34:40.000000000 +0200
@@ -1,3 +1,13 @@
+replicator (3.1-sarge-1.6) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Fix syntax error (extra space) in debian/control.
+ * Swap binary-arch and binary-indep targets in debian/rules; since the
+ package is "Architecture: i386" binary-arch can't be empty.
+ (Closes: #374551)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Tue, 27 Jun 2006 22:33:55 +0200
+
replicator (3.1-sarge-1.5) unstable; urgency=critical
* switch from debootstrap to cdebootstrap : repli-miniroot won't be broken
diff -Nru /tmp/S1tvtsE4Cr/replicator-3.1-sarge/debian/control
/tmp/Jg9F27f4zm/replicator-3.1-sarge/debian/control
--- /tmp/S1tvtsE4Cr/replicator-3.1-sarge/debian/control 2005-04-29
16:18:48.000000000 +0200
+++ /tmp/Jg9F27f4zm/replicator-3.1-sarge/debian/control 2006-06-27
22:33:54.000000000 +0200
@@ -8,7 +8,7 @@
Package: replicator
Architecture: i386
Depends: rsync (>= 2.3.2), ${perl:Depends}, wget, dialog, nfs-kernel-server,
grub, cdebootstrap
-Suggests : cfengine
+Suggests: cfengine
Description: automate new computer installations in a networked site.
Using a nfs-root filesystem and rsync, replicator allows
you to non-interactively install a target computer
diff -Nru /tmp/S1tvtsE4Cr/replicator-3.1-sarge/debian/rules
/tmp/Jg9F27f4zm/replicator-3.1-sarge/debian/rules
--- /tmp/S1tvtsE4Cr/replicator-3.1-sarge/debian/rules 2004-08-20
14:00:04.000000000 +0200
+++ /tmp/Jg9F27f4zm/replicator-3.1-sarge/debian/rules 2006-06-27
22:33:48.000000000 +0200
@@ -33,8 +33,8 @@
$(MAKE) install DESTDIR=`pwd`/debian/tmp
-# Build architecture-independent files here.
-binary-indep: build install
+# Build architecture-dependent files here.
+binary-arch: build install
# dh_testversion
dh_testdir
dh_testroot
@@ -64,8 +64,8 @@
dh_md5sums
dh_builddeb
-# Build architecture-dependent files here.
-binary-arch:
+# Build architecture-independent files here.
+binary-indep:
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install