On Sun, 2008-07-27 at 00:14 +0200, Julien Cristau wrote:
> On Sat, Jul 26, 2008 at 23:05:57 +0100, Martin Meredith wrote:
> 
> > Please Note: As I've done this properly, and used dpatch to fix this, it
> > will cause lintian errors (as it already does) because of previous
> > changes being against the source, rather than using a patch system.
> > 
> There's nothing "proper" about using dpatch.  If you introduce changes
> in an NMU, and there isn't already a patch system, then you shouldn't
> add one.

Might just have been the way that I've been taught to package. I've
always been taught never to touch the original source unless it's for
DFSG reasons.

Attached is a debdiff without the dpatch stuff.


diff -u yum-3.2.12/yum/misc.py yum-3.2.12/yum/misc.py
--- yum-3.2.12/yum/misc.py
+++ yum-3.2.12/yum/misc.py
@@ -16,7 +16,7 @@
 import fnmatch
 import bz2
 from stat import *
-import pyme.gpgme
+import pyme.pygpgme
 
 from Errors import MiscError
 
diff -u yum-3.2.12/debian/changelog yum-3.2.12/debian/changelog
--- yum-3.2.12/debian/changelog
+++ yum-3.2.12/debian/changelog
@@ -1,3 +1,11 @@
+yum (3.2.12-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Changed yum/misc.py to include pyme.pygpgme instead of pyme.gpgme
+  * Changed depends for python-pyme in control
+
+ -- Martin Meredith <[EMAIL PROTECTED]>  Sat, 26 Jul 2008 23:30:42 +0100
+
 yum (3.2.12-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u yum-3.2.12/debian/control yum-3.2.12/debian/control
--- yum-3.2.12/debian/control
+++ yum-3.2.12/debian/control
@@ -8,7 +8,7 @@
 
 Package: yum
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-celementtree, python-libxml2, python-urlgrabber, rpm (>= 4.4.1), python-rpm, python-pyme, python-sqlitecachec, python-sqlite
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-celementtree, python-libxml2, python-urlgrabber, rpm (>= 4.4.1), python-rpm, python-pyme (>= 0.8.0), python-sqlitecachec, python-sqlite
 Description: Advanced front-end for rpm
  Yum (Yellow dog Updater, Modified) is an automatic updater and package 
  installer/remover for rpm systems. It automatically computes dependencies 

Reply via email to