[Python-apps-commits] r8108 - in packages/glipper/trunk/debian (changelog control copyright)

josernesto-guest at users.alioth.debian.org josernesto-guest at users.alioth.debian.org
Tue Jan 24 20:37:02 UTC 2012


    Date: Tuesday, January 24, 2012 @ 20:36:58
  Author: josernesto-guest
Revision: 8108

* Fixed debian/copyright to point to the correct dep-5 url.
* Merged debian/changelog to automatically close bugs.
* Added X-Python-Version to debian/control.

Modified:
  packages/glipper/trunk/debian/changelog
  packages/glipper/trunk/debian/control
  packages/glipper/trunk/debian/copyright

Modified: packages/glipper/trunk/debian/changelog
===================================================================
--- packages/glipper/trunk/debian/changelog	2012-01-23 23:09:39 UTC (rev 8107)
+++ packages/glipper/trunk/debian/changelog	2012-01-24 20:36:58 UTC (rev 8108)
@@ -10,6 +10,7 @@
   * debian/control:
     - Added ${dist:Depends} to generate different Depends for Debian/Ubuntu.
     - Build-dep on debhelper (>= 8).
+    - Added X-Python-Version field for the source package.
   * debian/compat:
     + Update to debhelper 8.
   * debian/copyright:
@@ -32,7 +33,7 @@
     - Add python-xdg dependency.
     - Remove dependency on python-glade2 (Closes: #551459).
 
- -- Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>  Thu, 19 Jan 2012 12:52:28 -0600
+ -- Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>  Fri, 20 Jan 2012 10:19:18 -0600
 
 glipper (1.0-1.1) unstable; urgency=medium
 

Modified: packages/glipper/trunk/debian/control
===================================================================
--- packages/glipper/trunk/debian/control	2012-01-23 23:09:39 UTC (rev 8107)
+++ packages/glipper/trunk/debian/control	2012-01-24 20:36:58 UTC (rev 8108)
@@ -3,9 +3,12 @@
 Priority: optional
 Maintainer: Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8), python (>=2.4), python-distutils-extra, gnome-doc-utils
+Build-Depends: debhelper (>= 8), python (>= 2.4), python-distutils-extra, gnome-doc-utils
 Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
 Homepage: http://launchpad.net/glipper
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/glipper/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/glipper/trunk/
 
 Package: glipper
 Architecture: all
@@ -17,4 +20,3 @@
  configurable number and length of clipboard entries and saves the
  clipboard history on exit. It also uses plugins to give the user extra
  functionality, including support for Actions, Snippets and No-Paste.
-

Modified: packages/glipper/trunk/debian/copyright
===================================================================
--- packages/glipper/trunk/debian/copyright	2012-01-23 23:09:39 UTC (rev 8107)
+++ packages/glipper/trunk/debian/copyright	2012-01-24 20:36:58 UTC (rev 8108)
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: Glipper
 Source: http://launchpad.net/glipper
 
@@ -10,18 +10,18 @@
 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; version 2 dated June, 1991.
-
+.
 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,
-version 2, can be found in /usr/share/common-licenses/GPL-2.
+version 2, can be found in `/usr/share/common-licenses/GPL-2'.
 
 Files: debian/*
 Copyright: Copyright 2006 Neil Williams <linux at codehelp.co.uk>
@@ -31,15 +31,15 @@
 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; version 2 dated June, 1991.
-
+.
 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,
-version 2, can be found in /usr/share/common-licenses/GPL-2.
+version 2, can be found in `/usr/share/common-licenses/GPL-2'.




More information about the Python-apps-commits mailing list