Cyril Brulebois <k...@debian.org> (20/06/2010):
> Will upload in a few hours unless I hear from him.

Done, with the attached patch.

Mraw,
KiBi.
diff -u util-linux-2.17.2/debian/rules util-linux-2.17.2/debian/rules
--- util-linux-2.17.2/debian/rules
+++ util-linux-2.17.2/debian/rules
@@ -137,7 +137,9 @@
 	    ln util-linux/sbin/*fdisk fdisk-udeb/usr/sbin/; \
 	    S=fdisk-udeb/usr/sbin/cfdisk; if [ -f $$S ]; then mv $$S cfdisk-udeb/usr/sbin/; fi; \
 	fi
-	cd debian/util-linux-locales && find usr/share/locale -type f | while read x; do ln $$x ../cfdisk-udeb/$$x; done
+	if [ -d debian/cfdisk-udeb ]; then \
+		cd debian/util-linux-locales && find usr/share/locale -type f | while read x; do ln $$x ../cfdisk-udeb/$$x; done \
+	fi
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 	install -m 644 debian/mount.fstab debian/mount/usr/share/doc/mount/examples/fstab
 ifeq ($(arch),$(findstring $(arch),powerpc ppc64))
diff -u util-linux-2.17.2/debian/changelog util-linux-2.17.2/debian/changelog
--- util-linux-2.17.2/debian/changelog
+++ util-linux-2.17.2/debian/changelog
@@ -1,3 +1,13 @@
+util-linux (2.17.2-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Apply trivial patch by Adam D. Barratt (thanks!): Only attempt to link
+    locale-specific files in to the cfdisk-udeb hierarchy if cfdisk-udeb
+    is actually being built.  Closes: #581725
+  * Set urgency to “high” since some packages are waiting for util-linux.
+
+ -- Cyril Brulebois <k...@debian.org>  Sun, 20 Jun 2010 16:03:46 +0200
+
 util-linux (2.17.2-3) unstable; urgency=low
 
   [LaMont Jones]

Attachment: signature.asc
Description: Digital signature

Reply via email to