[Python-apps-commits] r7995 - in packages/glipper/tags (6 files)

josernesto-guest at users.alioth.debian.org josernesto-guest at users.alioth.debian.org
Sun Dec 25 17:07:35 UTC 2011


    Date: Sunday, December 25, 2011 @ 17:07:34
  Author: josernesto-guest
Revision: 7995

[svn-buildpackage] Tagging glipper 2.3-1

Added:
  packages/glipper/tags/2.3-1/
  packages/glipper/tags/2.3-1/debian/changelog
    (from rev 7994, packages/glipper/trunk/debian/changelog)
  packages/glipper/tags/2.3-1/debian/rules
    (from rev 7994, packages/glipper/trunk/debian/rules)
  packages/glipper/tags/2.3-1/debian/source/options
    (from rev 7994, packages/glipper/trunk/debian/source/options)
Deleted:
  packages/glipper/tags/2.3-1/debian/changelog
  packages/glipper/tags/2.3-1/debian/rules

Deleted: packages/glipper/tags/2.3-1/debian/changelog
===================================================================
--- packages/glipper/trunk/debian/changelog	2011-12-24 20:04:32 UTC (rev 7993)
+++ packages/glipper/tags/2.3-1/debian/changelog	2011-12-25 17:07:34 UTC (rev 7995)
@@ -1,96 +0,0 @@
-glipper (2.1-1) unstable; urgency=low
-
-  * New Maintainer (Closes: #583244).
-  * debian/control:
-    - Added ${dist:Depends} to generate different Depends for Debian/Ubuntu.
-  * debian/rules:
-    - Overrided dh_gencontrol.
-
-  [ Laszlo Pandy ]
-
-  * New upstream release.
-  * debian/watch:
-    - Updated to new download location on launchpad.net.
-  * debian/copyright:
-    - Add new upstream author.
-    - Change download location to new launchpad.net project.
-  * debian/compat:
-    + Update to debhelper 7.
-  * debian/rules:
-    + Remove all rules and replace with debhelper template because upstream build system has changed.
-  * debian/docs:
-    - Remove TODO and NEWS; they no longer exist upstream.
-  * debian/glipper.NEWS:
-    + Add new upstream version description.
-  * debian/control:
-    - Bump Standars-Version to 3.9.2
-    - Change Homepage to new launchpad.net project (Closes: #615315).
-    - Update build dependencies for new upstream build system (python-distutils).
-    - Add python-xdg dependency.
-    - Remove dependency on python-glade2 (Closes: #551459).
-
- -- Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>  Tue, 13 Sep 2011 15:17:19 -0600
-
-glipper (1.0-1.1) unstable; urgency=medium
-
-  * Non-maintainer upload.
-  * debian/control:
-    - (Build-)depend on python-gnomeapplet (Closes: #537032).
-    - Also depend on python-gobject.
-    - Do not (build-)depend on python-gnome2-extras(-dev), both packages
-      are scheduled for removal soon (Closes: #485311).
-
- -- Luca Falavigna <dktrkranz at debian.org>  Thu, 03 Sep 2009 20:35:10 +0200
-
-glipper (1.0-1) unstable; urgency=low
-
-  * New upstream release.
-    - complete rewrite of the whole application, now it's a
-      GNOME panel applet written in python
-    - new dependencies on: python, python-support, gconf2,
-      python-gnome2, python-gnome2-extras, gnome-panel
-  * New Maintainer. (Closes: #436550)
-    - 01_missing-headers.dpatch: add missing license headers from CVS
-    - add debian/glipper.NEWS 
-
- -- Davide Truffa <davide at catoblepa.org>  Thu, 11 Oct 2007 03:32:06 +0200
-
-glipper (0.95.1-3) unstable; urgency=low
-
-  * Create editable XML for the manpage to allow easier
-  updates (courtesy of doclifter).
-  * Update manpage with a tip on using glipper preferences
-  to solve issues with pasting images.
-
- -- Neil Williams <codehelp at debian.org>  Sat, 14 Apr 2007 21:13:18 +0100
-
-glipper (0.95.1-2) unstable; urgency=low
-
-  * Added Simple Chinese translation provided by
-  Liu ZhuYuan <liu.zhuyuan at gd-linux.com> as a Debian patch
-  until incorporated upstream.
-
- -- Neil Williams <codehelp at debian.org>  Mon, 15 Jan 2007 14:04:16 +0000
-
-glipper (0.95.1-1) unstable; urgency=low
-
-  * New upstream release.
-
- -- Neil Williams <codehelp at debian.org>  Tue, 21 Nov 2006 22:19:18 +0000
-
-glipper (0.95-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Neil Williams <codehelp at debian.org>  Mon, 13 Nov 2006 17:37:40 +0000
-
-glipper (0.89-1) unstable; urgency=low
-
-  * Initial release. (Closes: #387426: ITP: glipper -- A
-    clipboardmanager for GNOME and other window managers - Debian Bug
-    report logs)
-  - add menu file and .xpm version of glipper.png
-  - add manpage.
-
- -- Neil Williams <linux at codehelp.co.uk>  Thu, 14 Sep 2006 15:18:28 +0100
-

Copied: packages/glipper/tags/2.3-1/debian/changelog (from rev 7994, packages/glipper/trunk/debian/changelog)
===================================================================
--- packages/glipper/tags/2.3-1/debian/changelog	                        (rev 0)
+++ packages/glipper/tags/2.3-1/debian/changelog	2011-12-25 17:07:34 UTC (rev 7995)
@@ -0,0 +1,105 @@
+glipper (2.3-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules:
+    - Overrided dh_auto_clean, package wasn't cleanning properly.
+  * Added debian/source/options, to ignore .pot file updated on build time.
+
+ -- Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>  Mon, 19 Dec 2011 12:11:10 -0600
+
+glipper (2.1-1) UNREALEASED; urgency=low
+
+  * New Maintainer (Closes: #583244).
+  * debian/control:
+    - Added ${dist:Depends} to generate different Depends for Debian/Ubuntu.
+  * debian/rules:
+    - Overrided dh_gencontrol.
+
+  [ Laszlo Pandy ]
+
+  * New upstream release.
+  * debian/watch:
+    - Updated to new download location on launchpad.net.
+  * debian/copyright:
+    - Add new upstream author.
+    - Change download location to new launchpad.net project.
+  * debian/compat:
+    + Update to debhelper 7.
+  * debian/rules:
+    + Remove all rules and replace with debhelper template because upstream build system has changed.
+  * debian/docs:
+    - Remove TODO and NEWS; they no longer exist upstream.
+  * debian/glipper.NEWS:
+    + Add new upstream version description.
+  * debian/control:
+    - Bump Standars-Version to 3.9.2
+    - Change Homepage to new launchpad.net project (Closes: #615315).
+    - Update build dependencies for new upstream build system (python-distutils).
+    - Add python-xdg dependency.
+    - Remove dependency on python-glade2 (Closes: #551459).
+
+ -- Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>  Tue, 13 Sep 2011 15:17:19 -0600
+
+glipper (1.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
+    - (Build-)depend on python-gnomeapplet (Closes: #537032).
+    - Also depend on python-gobject.
+    - Do not (build-)depend on python-gnome2-extras(-dev), both packages
+      are scheduled for removal soon (Closes: #485311).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Thu, 03 Sep 2009 20:35:10 +0200
+
+glipper (1.0-1) unstable; urgency=low
+
+  * New upstream release.
+    - complete rewrite of the whole application, now it's a
+      GNOME panel applet written in python
+    - new dependencies on: python, python-support, gconf2,
+      python-gnome2, python-gnome2-extras, gnome-panel
+  * New Maintainer. (Closes: #436550)
+    - 01_missing-headers.dpatch: add missing license headers from CVS
+    - add debian/glipper.NEWS 
+
+ -- Davide Truffa <davide at catoblepa.org>  Thu, 11 Oct 2007 03:32:06 +0200
+
+glipper (0.95.1-3) unstable; urgency=low
+
+  * Create editable XML for the manpage to allow easier
+  updates (courtesy of doclifter).
+  * Update manpage with a tip on using glipper preferences
+  to solve issues with pasting images.
+
+ -- Neil Williams <codehelp at debian.org>  Sat, 14 Apr 2007 21:13:18 +0100
+
+glipper (0.95.1-2) unstable; urgency=low
+
+  * Added Simple Chinese translation provided by
+  Liu ZhuYuan <liu.zhuyuan at gd-linux.com> as a Debian patch
+  until incorporated upstream.
+
+ -- Neil Williams <codehelp at debian.org>  Mon, 15 Jan 2007 14:04:16 +0000
+
+glipper (0.95.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Neil Williams <codehelp at debian.org>  Tue, 21 Nov 2006 22:19:18 +0000
+
+glipper (0.95-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Neil Williams <codehelp at debian.org>  Mon, 13 Nov 2006 17:37:40 +0000
+
+glipper (0.89-1) unstable; urgency=low
+
+  * Initial release. (Closes: #387426: ITP: glipper -- A
+    clipboardmanager for GNOME and other window managers - Debian Bug
+    report logs)
+  - add menu file and .xpm version of glipper.png
+  - add manpage.
+
+ -- Neil Williams <linux at codehelp.co.uk>  Thu, 14 Sep 2006 15:18:28 +0100
+

Deleted: packages/glipper/tags/2.3-1/debian/rules
===================================================================
--- packages/glipper/trunk/debian/rules	2011-12-24 20:04:32 UTC (rev 7993)
+++ packages/glipper/tags/2.3-1/debian/rules	2011-12-25 17:07:34 UTC (rev 7995)
@@ -1,16 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
-	SUBSTVARS = -Vdist:Depends="python-appindicator"
-else
-	SUBSTVARS = -Vdist:Depends="python-gnomeapplet"
-endif
-
-%:
-	dh $@ --with python2
-
-override_dh_gencontrol:
-	dh_gencontrol -- $(SUBSTVARS)

Copied: packages/glipper/tags/2.3-1/debian/rules (from rev 7994, packages/glipper/trunk/debian/rules)
===================================================================
--- packages/glipper/tags/2.3-1/debian/rules	                        (rev 0)
+++ packages/glipper/tags/2.3-1/debian/rules	2011-12-25 17:07:34 UTC (rev 7995)
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
+	SUBSTVARS = -Vdist:Depends="python-appindicator"
+else
+	SUBSTVARS = -Vdist:Depends="python-gnomeapplet"
+endif
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build
+
+override_dh_gencontrol:
+	dh_gencontrol -- $(SUBSTVARS)

Copied: packages/glipper/tags/2.3-1/debian/source/options (from rev 7994, packages/glipper/trunk/debian/source/options)
===================================================================
--- packages/glipper/tags/2.3-1/debian/source/options	                        (rev 0)
+++ packages/glipper/tags/2.3-1/debian/source/options	2011-12-25 17:07:34 UTC (rev 7995)
@@ -0,0 +1 @@
+extend-diff-ignore = "(^|/)glipper.pot$"




More information about the Python-apps-commits mailing list