Hi, Attached is the diff for my yum 2.4.0-3.1 NMU.
-- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u yum-2.4.0/debian/changelog yum-2.4.0/debian/changelog
--- yum-2.4.0/debian/changelog
+++ yum-2.4.0/debian/changelog
@@ -1,3 +1,14 @@
+yum (2.4.0-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Update package to the last python policy (Closes: #380993).
+ * Urgency set to medium for RC bug fix.
+ * Bump Standards-Version to 3.7.2.
+ * Fixing bashism in docs/Makefile.
+ * removing debian/*.ex files.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Wed, 30 Aug 2006 13:43:22 +0200
+
yum (2.4.0-3) unstable; urgency=low
* Further corrections to the dependancies (Closes: #340914)
reverted:
--- yum-2.4.0/debian/conffiles.ex
+++ yum-2.4.0.orig/debian/conffiles.ex
@@ -1,7 +0,0 @@
-#
-# If you want to use this conffile, remove all comments and put files that
-# you want dpkg to process here using their absolute pathnames.
-# See the policy manual
-#
-# for example:
-# /etc/yum/yum.conf
diff -u yum-2.4.0/debian/rules yum-2.4.0/debian/rules
--- yum-2.4.0/debian/rules
+++ yum-2.4.0/debian/rules
@@ -118,7 +118,7 @@
dh_compress
dh_fixperms
# dh_perl
- dh_python
+ dh_pysupport /usr/share/yum-cli
dh_makeshlibs
dh_installdeb
dh_shlibdeps
diff -u yum-2.4.0/debian/control yum-2.4.0/debian/control
--- yum-2.4.0/debian/control
+++ yum-2.4.0/debian/control
@@ -2,12 +2,12 @@
Section: admin
Priority: extra
Maintainer: Anand Kumria <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), python2.3-dev, python-dev
-Standards-Version: 3.6.2.1
+Build-Depends: debhelper (>= 4.0.0), python-dev, python-support (>= 0.4)
+Standards-Version: 3.7.2
Package: yum
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-celementtree, python-libxml2, python-urlgrabber, rpm (>= 4.4.1),
python2.3-rpm
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-celementtree, python-libxml2, python-urlgrabber, rpm (>= 4.4.1),
python-rpm
Recommends: python-sqlite
Description: Advanced front-end for rpm
Yum (Yellow dog Updater, Modified) is an automatic updater and package
reverted:
--- yum-2.4.0/debian/yum-doc.install
+++ yum-2.4.0.orig/debian/yum-doc.install
@@ -1,2 +0,0 @@
-#DOCS#
-
only in patch2:
unchanged:
--- yum-2.4.0.orig/docs/Makefile
+++ yum-2.4.0/docs/Makefile
@@ -5,7 +5,8 @@
rm -f *.pyc *.pyo *~
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-arch.8 $(DESTDIR)/usr/share/man/man8/yum-arch.8
signature.asc
Description: Digital signature

