Hi, Attached is the diff for my pyntor 0.6-1.1 NMU.
-- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u pyntor-0.6/debian/rules pyntor-0.6/debian/rules
--- pyntor-0.6/debian/rules
+++ pyntor-0.6/debian/rules
@@ -41,7 +41,7 @@
dh_installman
dh_compress
dh_fixperms
- dh_python
+ dh_pysupport
dh_installdeb
dh_gencontrol
dh_md5sums
diff -u pyntor-0.6/debian/changelog pyntor-0.6/debian/changelog
--- pyntor-0.6/debian/changelog
+++ pyntor-0.6/debian/changelog
@@ -1,3 +1,12 @@
+pyntor (0.6-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update package to the last python policy (Closes: #380911).
+ * Move sdlnewstuffpyntor.py to /usr/share/pyntor, and fix
+ tools/pyntor-components sys.path accordingly.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Fri, 1 Sep 2006 14:32:19 +0200
+
pyntor (0.6-1) unstable; urgency=low
* New upstream release (Closes: #366781).
diff -u pyntor-0.6/debian/control pyntor-0.6/debian/control
--- pyntor-0.6/debian/control
+++ pyntor-0.6/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Florian Ragwitz <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.0.0)
-Build-Depends-Indep: python
+Build-Depends-Indep: python-dev, python-support (>= 0.4)
Standards-Version: 3.7.2
Package: pyntor
only in patch2:
unchanged:
--- pyntor-0.6.orig/tools/pyntor-components
+++ pyntor-0.6/tools/pyntor-components
@@ -15,6 +15,7 @@
import getopt
import glob
+sys.path.append('/usr/share/pyntor')
import sdlnewstuffpyntor
version = "0.0+svn-20060225"
only in patch2:
unchanged:
--- pyntor-0.6.orig/Makefile
+++ pyntor-0.6/Makefile
@@ -11,9 +11,9 @@
@cp pyntor $(prefix)/bin
@cp selfrun/pyntor-selfrun $(prefix)/bin
@cp tools/pyntor-components $(prefix)/bin
- @echo "-- libraries ($(prefix)/lib/site-python)"
- @mkdir -p $(prefix)/lib/site-python
- @cp tools/sdlnewstuffpyntor.py $(prefix)/lib/site-python
+ @echo "-- libraries ($(prefix)/share/pyntor)"
+ @mkdir -p $(prefix)/share/pyntor
+ @cp tools/sdlnewstuffpyntor.py $(prefix)/share/pyntor
@echo "-- data files ($(prefix)/share/pyntor)"
@mkdir -p $(prefix)/share/pyntor
@cp -r components $(prefix)/share/pyntor
signature.asc
Description: Digital signature

