Hi, Attached is the diff for my python-fam 1.1.1-2.1 NMU.
-- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u python-fam-1.1.1/debian/changelog python-fam-1.1.1/debian/changelog
--- python-fam-1.1.1/debian/changelog
+++ python-fam-1.1.1/debian/changelog
@@ -1,3 +1,11 @@
+python-fam (1.1.1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update package to last python policy (Closes: #373533).
+ * Package is no more arch:all (Closes: #313172).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Sun, 2 Jul 2006 00:49:35 +0200
+
python-fam (1.1.1-2) unstable; urgency=low
* Rebuild for C++ API change.
diff -u python-fam-1.1.1/debian/rules python-fam-1.1.1/debian/rules
--- python-fam-1.1.1/debian/rules
+++ python-fam-1.1.1/debian/rules
@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PYTHON_VERSIONS=2.4 2.3
+PYTHON_VERSIONS=$(shell pyversions -rv)
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
@@ -37,7 +37,7 @@
dh_installdirs
python$* setup.py install --no-compile \
- --prefix=$(CURDIR)/debian/python$*-fam/usr
+ --root=$(CURDIR)/debian/python-fam
# Build architecture-independent files here.
binary-indep: build install
@@ -66,6 +66,7 @@
dh_compress
dh_fixperms
# dh_perl
+ dh_pysupport
dh_python
# dh_makeshlibs
dh_installdeb
diff -u python-fam-1.1.1/debian/control python-fam-1.1.1/debian/control
--- python-fam-1.1.1/debian/control
+++ python-fam-1.1.1/debian/control
@@ -5,27 +5,13 @@
-Build-Depends: python, python2.3-dev, python2.4-dev, libfam-dev (>=
2.7.0-7.1), debhelper (>= 4.0.0)
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
+ python-support (>= 0.3), libfam-dev (>= 2.7.0-7.1)
+Standards-Version: 3.7.2
Package: python-fam
-Architecture: all
-Depends: ${python:Depends}
-Description: Python interface to FAM
- This library exposes FAM, the File Alteration Monitor,
- to Python scripts.
- .
- This dummy package always depends on the correct
- version of python-fam for the default version of Python.
-
-Package: python2.4-fam
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Replaces: python2.3-fam (<< 1.1.1-2.1), python2.4-fam (<< 1.1.1-2.1)
+Conflicts: python2.3-fam (<< 1.1.1-2.1), python2.4-fam (<< 1.1.1-2.1)
Description: Python interface to FAM
This library exposes FAM, the File Alteration Monitor,
to Python scripts.
-
-Package: python2.3-fam
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-Description: Python interface to FAM
- This library exposes FAM, the File Alteration Monitor,
- to Python scripts.
-
only in patch2:
unchanged:
--- python-fam-1.1.1.orig/debian/pycompat
+++ python-fam-1.1.1/debian/pycompat
@@ -0,0 +1 @@
+2
signature.asc
Description: Digital signature

