tags 471758 + patch
thanks

Patch attached. I noticed that this is actually a regression:

>  yum (2.4.0-3.1) unstable; urgency=medium
> 
>   * Non-maintainer upload.
>   [...]
>   * Fixing bashism in docs/Makefile.
>   [...]
> 
>  -- Pierre Habouzit <[EMAIL PROTECTED]>  Wed, 30 Aug 2006 13:43:22


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad ./yum-3.2.12.orig/debian/control ./yum-3.2.12/debian/control
--- ./yum-3.2.12.orig/debian/control    2008-04-08 07:14:50.000000000 +0100
+++ ./yum-3.2.12/debian/control 2008-04-08 07:15:47.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Anand Kumria <[EMAIL PROTECTED]>
 Uploaders: Andres Salomon <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), python-dev, python-support (>= 0.4), 
intltool
+Build-Depends: debhelper (>= 4.0.0), python-dev, python-support (>= 0.4), 
intltool, quilt
 Standards-Version: 3.7.3
 
 Package: yum
diff -urNad ./yum-3.2.12.orig/debian/patches/01-bashisms.diff 
./yum-3.2.12/debian/patches/01-bashisms.diff
--- ./yum-3.2.12.orig/debian/patches/01-bashisms.diff   1970-01-01 
01:00:00.000000000 +0100
+++ ./yum-3.2.12/debian/patches/01-bashisms.diff        2008-04-08 
07:15:23.000000000 +0100
@@ -0,0 +1,13 @@
+diff -urNad yum-3.2.12.orig/docs/Makefile yum-3.2.12/docs/Makefile
+--- yum-3.2.12.orig/docs/Makefile      2008-04-08 07:14:50.000000000 +0100
++++ yum-3.2.12/docs/Makefile   2008-04-08 07:15:06.000000000 +0100
+@@ -6,7 +6,8 @@
+       rm -fr epydoc
+ 
+ install:
+-      mkdir -p $(DESTDIR)/usr/share/man/man{5,8}
++      mkdir -p $(DESTDIR)/usr/share/man/man5
++      mkdir -p $(DESTDIR)/usr/share/man/man8
+       install -m 644 yum.8 $(DESTDIR)/usr/share/man/man8/yum.8
+       install -m 644 yum-shell.8 $(DESTDIR)/usr/share/man/man8/yum-shell.8
+       install -m 644 yum.conf.5 $(DESTDIR)/usr/share/man/man5/yum.conf.5
diff -urNad ./yum-3.2.12.orig/debian/patches/series 
./yum-3.2.12/debian/patches/series
--- ./yum-3.2.12.orig/debian/patches/series     1970-01-01 01:00:00.000000000 
+0100
+++ ./yum-3.2.12/debian/patches/series  2008-04-08 07:15:31.000000000 +0100
@@ -0,0 +1 @@
+01-bashisms.diff
diff -urNad ./yum-3.2.12.orig/debian/rules ./yum-3.2.12/debian/rules
--- ./yum-3.2.12.orig/debian/rules      2008-04-08 07:14:50.000000000 +0100
+++ ./yum-3.2.12/debian/rules   2008-04-08 07:16:53.000000000 +0100
@@ -13,6 +13,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
@@ -42,7 +44,7 @@
 
 
 #Architecture 
-build: build-arch build-indep
+build: patch build-arch build-indep
 
 build-arch: build-arch-stamp
 build-arch-stamp: configure-stamp 
@@ -59,7 +61,7 @@
        $(MAKE) 
        touch build-indep-stamp
 
-clean:
+clean: unpatch
        dh_testdir
        dh_testroot
        rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#

Attachment: signature.asc
Description: PGP signature

Reply via email to