Hi,
Attached is the diff for my lfm NMU.

diff -u lfm-0.91.2/debian/changelog lfm-0.91.2/debian/changelog
--- lfm-0.91.2/debian/changelog
+++ lfm-0.91.2/debian/changelog
@@ -1,3 +1,14 @@
+lfm (0.91.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload. Work partially based on patch from
+    Kevin Coyner <[EMAIL PROTECTED]>.
+  * Update package to the last python policy (Closes: #380852).
+  * Bumped compat to 5.
+  * Bumped Standards-Version to 3.7.2, no changes required.
+  * Updated FSF address in copyright file. 
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sat, 21 Oct 2006 01:24:26 
+0200
+
 lfm (0.91.2-1) unstable; urgency=low
 
   * New upstream release
diff -u lfm-0.91.2/debian/compat lfm-0.91.2/debian/compat
--- lfm-0.91.2/debian/compat
+++ lfm-0.91.2/debian/compat
@@ -1 +1 @@
-4
+5
diff -u lfm-0.91.2/debian/control lfm-0.91.2/debian/control
--- lfm-0.91.2/debian/control
+++ lfm-0.91.2/debian/control
@@ -2,8 +2,8 @@
 Section: utils
 Priority: optional
 Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.0.0), cdbs, python-dev, python
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>=0.4.43), python-support (>= 
0.5.3), python-dev, python
+Standards-Version: 3.7.2
 
 Package: lfm
 Architecture: all
diff -u lfm-0.91.2/debian/rules lfm-0.91.2/debian/rules
--- lfm-0.91.2/debian/rules
+++ lfm-0.91.2/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
+DEB_PYTHON_SYSTEM=pysupport
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
@@ -10,0 +13,11 @@
+
+       #   Make .py files executable
+       chmod +x debian/lfm/usr/share/python-support/lfm/lfm/lfm.py
+       chmod +x debian/lfm/usr/share/python-support/lfm/lfm/pyview.py
+
+       #   Compress ChangeLog file
+       cp ChangeLog debian/lfm/usr/share/doc/lfm/
+       gzip -9 debian/lfm/usr/share/doc/lfm/ChangeLog
+
+       #   Remove COPYING file, as it is already included in the copyright
+       rm debian/lfm/usr/share/doc/lfm/COPYING
diff -u lfm-0.91.2/debian/copyright lfm-0.91.2/debian/copyright
--- lfm-0.91.2/debian/copyright
+++ lfm-0.91.2/debian/copyright
@@ -18,8 +18,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this package; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+   MA 02110-1301, USA.
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
only in patch2:
unchanged:
--- lfm-0.91.2.orig/debian/pycompat
+++ lfm-0.91.2/debian/pycompat
@@ -0,0 +1 @@
+2

Reply via email to