[Python-apps-commits] r8088 - in packages/glipper/trunk/debian (6 files)

josernesto-guest at users.alioth.debian.org josernesto-guest at users.alioth.debian.org
Wed Jan 18 02:31:42 UTC 2012


    Date: Wednesday, January 18, 2012 @ 02:31:41
  Author: josernesto-guest
Revision: 8088

Added man page, and modified some files to make the
binary lintian clean.

Added:
  packages/glipper/trunk/debian/glipper.1
  packages/glipper/trunk/debian/glipper.manpages
Modified:
  packages/glipper/trunk/debian/changelog
  packages/glipper/trunk/debian/copyright
  packages/glipper/trunk/debian/glipper.NEWS
  packages/glipper/trunk/debian/rules

Modified: packages/glipper/trunk/debian/changelog
===================================================================
--- packages/glipper/trunk/debian/changelog	2012-01-16 16:42:46 UTC (rev 8087)
+++ packages/glipper/trunk/debian/changelog	2012-01-18 02:31:41 UTC (rev 8088)
@@ -3,9 +3,16 @@
   * New upstream release
   * debian/rules:
     - Overrided dh_auto_clean, package wasn't cleanning properly.
+    - Overrided dh_auto_install, package contained empty directories.
+  * debian/copyright:
+    - Fixed lintian copyright-with-old-dh-make-debian-copyright tag.
+  * debian/glipper.NEWS:
+    - Fixed spelling error (informations to information).
   * Added debian/source/options, to ignore .pot file updated on build time.
+  * Added debian/glipper.1 and debian/glipper.manpages in order to install man
+  pages for the package.
 
- -- Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>  Mon, 19 Dec 2011 12:11:10 -0600
+ -- Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>  Tue, 17 Jan 2012 13:05:06 -0600
 
 glipper (2.1-1) UNREALEASED; urgency=low
 
@@ -26,7 +33,8 @@
   * debian/compat:
     + Update to debhelper 7.
   * debian/rules:
-    + Remove all rules and replace with debhelper template because upstream build system has changed.
+    + 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:
@@ -34,7 +42,8 @@
   * 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).
+    - Update build dependencies for new upstream build system
+    (python-distutils).
     - Add python-xdg dependency.
     - Remove dependency on python-glade2 (Closes: #551459).
 

Modified: packages/glipper/trunk/debian/copyright
===================================================================
--- packages/glipper/trunk/debian/copyright	2012-01-16 16:42:46 UTC (rev 8087)
+++ packages/glipper/trunk/debian/copyright	2012-01-18 02:31:41 UTC (rev 8088)
@@ -31,5 +31,5 @@
 
 On Debian systems, the complete text of the GNU General Public License,
 version 2, can be found in /usr/share/common-licenses/GPL-2.
-The Debian packaging is (C) 2007, Davide Truffa <davide at catoblepa.org> and
+The Debian packaging is Copyright 2007, Davide Truffa <davide at catoblepa.org> and
 is licensed under the GPL, see above.

Added: packages/glipper/trunk/debian/glipper.1
===================================================================
--- packages/glipper/trunk/debian/glipper.1	                        (rev 0)
+++ packages/glipper/trunk/debian/glipper.1	2012-01-18 02:31:41 UTC (rev 8088)
@@ -0,0 +1,22 @@
+.TH Glipper 1 "January 16, 2012" "version 0.1"
+.SH NAME
+Glipper \- Clipboard manager for GNOME
+.SH SYNOPSIS
+.B glipper
+.br
+.SH DESCRIPTION
+.PP
+\fBGlipper\fP is a clipboard manager for the GNOME Desktop. \fBGlipper\fP sits
+in the panel and collects everything that is copied to the clipboard.
+\fBGlipper\fP maintains a history both of the `copy' clipboard, usually filled
+with `Ctrl+C' and of the `select' clipboard, filled when text is selected.
+.br
+.SH COPYRIGHT
+Copyright 2006 - 2007, Sven Rech <svenrech at gmx.de>
+.br
+Copyright 2006 - 2007, Eugenio Depalo <eugeniodepalo at mac.com>
+.br
+Copyright 2011, Laszlo Pandy <laszlok2 at gmail.com>
+.SH AUTHOR
+This manual page was written by Jose Ernesto Davila Pantoja <josernestodavila at ubuntu.com>,
+for the Debian project (and may be used by others).

Modified: packages/glipper/trunk/debian/glipper.NEWS
===================================================================
--- packages/glipper/trunk/debian/glipper.NEWS	2012-01-16 16:42:46 UTC (rev 8087)
+++ packages/glipper/trunk/debian/glipper.NEWS	2012-01-18 02:31:41 UTC (rev 8088)
@@ -11,6 +11,6 @@
     experience problems.
   - The "newline" plugin doesn't work very well, due to the 
     implementation of clipboard functionality by X11.
-    (for more informations see: /usr/share/glipper/plugins/newline.py)
+    (for more information see: /usr/share/glipper/plugins/newline.py)
  
  -- Davide Truffa <davide at catoblepa.org>  Thu, 11 Oct 2007 03:34:15 +0200

Added: packages/glipper/trunk/debian/glipper.manpages
===================================================================
--- packages/glipper/trunk/debian/glipper.manpages	                        (rev 0)
+++ packages/glipper/trunk/debian/glipper.manpages	2012-01-18 02:31:41 UTC (rev 8088)
@@ -0,0 +1 @@
+debian/glipper.1

Modified: packages/glipper/trunk/debian/rules
===================================================================
--- packages/glipper/trunk/debian/rules	2012-01-16 16:42:46 UTC (rev 8087)
+++ packages/glipper/trunk/debian/rules	2012-01-18 02:31:41 UTC (rev 8088)
@@ -12,6 +12,13 @@
 %:
 	dh $@ --with python2
 
+override_dh_auto_install:
+	dh_auto_install
+	find debian/glipper/usr/share/gnome/help/glipper/C/ -type d -empty -delete
+	find debian/glipper/usr/share/gnome/help/glipper/de/ -type d -empty -delete
+	find debian/glipper/usr/share/gnome/help/glipper/fr/ -type d -empty -delete
+	find debian/glipper/usr/share/gnome/help/glipper/it -type d -empty -delete
+
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf build




More information about the Python-apps-commits mailing list