[Python-apps-commits] r2698 - in packages/lfm/trunk (12 files)
dktrkranz-guest at users.alioth.debian.org
dktrkranz-guest at users.alioth.debian.org
Tue Apr 7 16:19:15 UTC 2009
Date: Tuesday, April 7, 2009 @ 16:19:15
Author: dktrkranz-guest
Revision: 2698
[svn-inject] Applying Debian modifications to trunk
Added:
packages/lfm/trunk/debian/
packages/lfm/trunk/debian/README.source
packages/lfm/trunk/debian/changelog
packages/lfm/trunk/debian/compat
packages/lfm/trunk/debian/control
packages/lfm/trunk/debian/copyright
packages/lfm/trunk/debian/patches/
packages/lfm/trunk/debian/patches/01_distutils_ignore_docs.patch
packages/lfm/trunk/debian/pycompat
packages/lfm/trunk/debian/pyversions
packages/lfm/trunk/debian/rules
packages/lfm/trunk/debian/watch
Property changes on: packages/lfm/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/lfm/trunk/debian/README.source
===================================================================
--- packages/lfm/trunk/debian/README.source (rev 0)
+++ packages/lfm/trunk/debian/README.source 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1,35 @@
+This package uses CDBS (and therefore simple-patchsys.mk) in order to
+apply patches to the upstream source. Patches are stored in
+debian/patches and their filenames usually end in .patch or .diff .
+For further details, see the man page for cdbs-edit-patch.
+
+All commands described below should be run from the top directory of the
+package source tree, unless otherwise stated.
+
+ * To generate the fully patched source, in a form ready for
+ editing, that would be built to create Debian packages, run:
+
+ make -f debian/rules apply-patches
+
+ Note: It has been proposed that, in future, this should happen
+ automatically when you run dpkg-source -x on a CDBS
+ simple-patchsys.mk source package. However, this proposal has
+ apparently not yet been implemented, so for now you have to do
+ it yourself like this.
+
+ * To modify the source and save those modifications so that
+ they will be applied when building the package, pick a
+ suitably informative patch file name, for example
+ 01_add_README.source_file.patch, and then run:
+
+ cdbs-edit-patch 01_add_README.source_file.patch
+
+ This will place you in a new shell in a temporary copy of the
+ source tree. Make your desired modifications to it, and then
+ exit the shell to create the patch file containing them (this
+ file will appear in debian/patches).
+
+ * To remove source modifications that are currently being
+ applied when building the package, run:
+
+ make -f debian/rules reverse-patches
Added: packages/lfm/trunk/debian/changelog
===================================================================
--- packages/lfm/trunk/debian/changelog (rev 0)
+++ packages/lfm/trunk/debian/changelog 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1,66 @@
+lfm (2.1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Set myself as new Maintainer, thanks Sebastien for your work!
+ * Acknowledge NMU, thanks Ana!
+ * Add Python Applications Packaging Team to Uploaders.
+ * Add Vcs-* fields in source stanza.
+ * Refresh copyright informations:
+ - License is now GPLv3.
+ - Adjust upstream developer e-mail address and copyright years.
+ - Adjust copyright of Debian packaging.
+ * Adjust build-dependencies:
+ - Build-depend on debhelper (>= 7.0.2).
+ - Remove python-dev, move python-support to Build-Depends-Indep.
+ - Bump cdbs minimum requirement to 0.4.49 for distutils support.
+ * Reorganize debian/rules:
+ - Do not call chmod, useless right now (Closes: #516273).
+ - Do not manually install and compress ChangeLog file, debhelper's
+ dh_installchangelog (from debhelper >= 7.0.2) will do that.
+ - Remove DEB_COMPRESS_EXCLUDE macro.
+ - Do not manually remove COPYING, this will be managed by mangling
+ setup.py file instead.
+ * debian/patches/01_distutils_ignore_docs.patch:
+ - Do not install useless or redundant files.
+ * Provide debian/pyversions file.
+ * Bump Standards-Version to 3.8.1:
+ - Use Homepage field and adjust it to new location.
+ - Encode debian/copyright in UTF-8.
+ - Provide debian/README.source to document simple-patchsys usage.
+ * Provide a watch file.
+
+ -- Luca Falavigna <dktrkranz at ubuntu.com> Tue, 07 Apr 2009 16:10:16 +0000
+
+lfm (0.91.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload. Work partially based on patch from
+ Kevin Coyner <kevin at rustybear.com>.
+ * 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 <ana at ekaia.org> Sat, 21 Oct 2006 01:24:26 +0200
+
+lfm (0.91.2-1) unstable; urgency=low
+
+ * New upstream release
+ - fix crash with some non-ascii chars (Closes: #260401).
+ - manpages are include upstream now.
+ * debian/lfm.1, debian/pyview.1, debian/lfm.manpages:
+ - removed the manpages, they are include upstream.
+
+ -- Sebastien Bacher <seb128 at debian.org> Mon, 26 Jul 2004 18:08:07 +0200
+
+lfm (0.91-2) unstable; urgency=low
+
+ * debian/rules:
+ - doc files should not be be gziped since lfm use them.
+
+ -- Sebastien Bacher <seb128 at debian.org> Mon, 19 Jul 2004 21:39:17 +0200
+
+lfm (0.91-1) unstable; urgency=low
+
+ * Initial Release (Closes: #226705).
+
+ -- Sebastien Bacher <seb128 at debian.org> Fri, 2 Jul 2004 00:22:28 +0200
Added: packages/lfm/trunk/debian/compat
===================================================================
--- packages/lfm/trunk/debian/compat (rev 0)
+++ packages/lfm/trunk/debian/compat 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1 @@
+7
Added: packages/lfm/trunk/debian/control
===================================================================
--- packages/lfm/trunk/debian/control (rev 0)
+++ packages/lfm/trunk/debian/control 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1,22 @@
+Source: lfm
+Section: utils
+Priority: optional
+Maintainer: Luca Falavigna <dktrkranz at ubuntu.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.2), cdbs (>=0.4.49), python (>= 2.4)
+Build-Depends-Indep: python-support (>= 0.5.3)
+Homepage: http://www.terra.es/personal7/inigoserna/lfm/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/lfm/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/lfm/trunk/
+Standards-Version: 3.8.1
+
+Package: lfm
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: a simple but powerful file manager for the UNIX console
+ Last File Manager is a simple but powerful file manager for the
+ UNIX console. It has been developed with the ol' good `Midnight
+ Commander` as model.
+ .
+ lfm package also contains pyview, a text / hex file viewer to be
+ used with or without lfm
Added: packages/lfm/trunk/debian/copyright
===================================================================
--- packages/lfm/trunk/debian/copyright (rev 0)
+++ packages/lfm/trunk/debian/copyright 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1,43 @@
+This package was debianized by:
+
+ Sebastien Bacher <seb128 at debian.org> on Fri, 2 Jul 2004 00:22:28 +0200.
+
+It was downloaded from:
+
+ http://www.terra.es/personal7/inigoserna/lfm/
+
+Upstream Author:
+
+ Iñigo Serna <inigoserna at gmail.com>
+
+Copyright:
+
+ Copyright © 2001-2008, Iñigo Serna <inigoserna at gmail.com>
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ 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., 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-3'.
+
+The Debian packaging is:
+
+ Copyright © 2004-2009, Sebastien Bacher <seb128 at debian.org>
+ Copyright © 2009, Luca Falavigna <dktrkranz at ubuntu.com>
+
+and is licensed under the GPL, see above.
+
+
Added: packages/lfm/trunk/debian/patches/01_distutils_ignore_docs.patch
===================================================================
--- packages/lfm/trunk/debian/patches/01_distutils_ignore_docs.patch (rev 0)
+++ packages/lfm/trunk/debian/patches/01_distutils_ignore_docs.patch 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1,14 @@
+Do not install useless or redundant files.
+
+diff -Nur -x '*.orig' -x '*~' lfm-2.1/setup.py lfm-2.1.new/setup.py
+--- lfm-2.1/setup.py 2008-12-20 21:47:17.000000000 +0000
++++ lfm-2.1.new/setup.py 2009-04-07 15:36:22.000000000 +0000
+@@ -10,7 +10,7 @@
+ import sys
+
+
+-DOC_FILES = ['COPYING', 'README', 'README.pyview', 'NEWS', 'TODO', 'ChangeLog']
++DOC_FILES = ['README', 'README.pyview', 'NEWS']
+ MAN_FILES = ['lfm.1', 'pyview.1']
+
+ classifiers = """\
Added: packages/lfm/trunk/debian/pycompat
===================================================================
--- packages/lfm/trunk/debian/pycompat (rev 0)
+++ packages/lfm/trunk/debian/pycompat 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1 @@
+2
Added: packages/lfm/trunk/debian/pyversions
===================================================================
--- packages/lfm/trunk/debian/pyversions (rev 0)
+++ packages/lfm/trunk/debian/pyversions 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1 @@
+2.4-
Added: packages/lfm/trunk/debian/rules
===================================================================
--- packages/lfm/trunk/debian/rules (rev 0)
+++ packages/lfm/trunk/debian/rules 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
Property changes on: packages/lfm/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/lfm/trunk/debian/watch
===================================================================
--- packages/lfm/trunk/debian/watch (rev 0)
+++ packages/lfm/trunk/debian/watch 2009-04-07 16:19:15 UTC (rev 2698)
@@ -0,0 +1,3 @@
+version=3
+http://www.terra.es/personal7/inigoserna/lfm \
+ lfm-([0-9\.]*)\.tar\.gz
More information about the Python-apps-commits
mailing list