[Python-apps-commits] r2094 - in packages/entertainer/trunk/debian (4 files)
gothicx-guest at users.alioth.debian.org
gothicx-guest at users.alioth.debian.org
Tue Dec 23 22:27:23 UTC 2008
Date: Tuesday, December 23, 2008 @ 22:27:22
Author: gothicx-guest
Revision: 2094
Add copyright about po translation files; Remove manual installation of manual page, now handled by distutils
Modified:
packages/entertainer/trunk/debian/changelog
packages/entertainer/trunk/debian/copyright
packages/entertainer/trunk/debian/rules
Deleted:
packages/entertainer/trunk/debian/entertainer.1
Modified: packages/entertainer/trunk/debian/changelog
===================================================================
--- packages/entertainer/trunk/debian/changelog 2008-12-23 19:20:25 UTC (rev 2093)
+++ packages/entertainer/trunk/debian/changelog 2008-12-23 22:27:22 UTC (rev 2094)
@@ -1,5 +1,5 @@
-entertainer (0.2rc1-1) unstable; urgency=low
+entertainer (0.3~rc1-1) UNRELEASED; urgency=low
* Initial Release (Closes: #486568).
- -- Marco Rodrigues <gothicx at sapo.pt> Mon, 08 Dec 2008 15:35:41 +0000
+ -- Marco Rodrigues <gothicx at sapo.pt> Tue, 23 Dec 2008 22:18:07 +0000
Modified: packages/entertainer/trunk/debian/copyright
===================================================================
--- packages/entertainer/trunk/debian/copyright 2008-12-23 19:20:25 UTC (rev 2093)
+++ packages/entertainer/trunk/debian/copyright 2008-12-23 22:27:22 UTC (rev 2094)
@@ -64,5 +64,8 @@
This means you may do anything you want with this code, except claim you
wrote it. Also, if it breaks you get to keep both pieces.
+* tools/translations/*:
+ Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
+
The Debian packaging is (C) 2008, Marco Rodrigues <gothicx at sapo.pt> and
is licensed under the GPL, see above.
Deleted: packages/entertainer/trunk/debian/entertainer.1
===================================================================
--- packages/entertainer/trunk/debian/entertainer.1 2008-12-23 19:20:25 UTC (rev 2093)
+++ packages/entertainer/trunk/debian/entertainer.1 2008-12-23 22:27:22 UTC (rev 2094)
@@ -1,31 +0,0 @@
-.TH ENTERTAINER 1 "June 17, 2008"
-.SH NAME
-entertainer \- Media Center for Gnome/XFCE Desktop
-.SH SYNOPSIS
-.B entertainer
-.RI [ options ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B entertainer
-commands.
-.PP
-\fBentertainer\fP is an tool to provide a media center in gnome/xfce desktop.
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes ("-").
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-h, \-\-help
-Show summary of options.
-.TP
-.B \-v, \-\-version
-Show version of program.
-.TP
-.B \-t, \-\-tray
-Start program minimized.
-.SH AUTHOR
-entertainer was written by Paul Hummer <paul.hummer at ubuntu.com>.
-.PP
-This manual page was written by Marco Rodrigues <gothicx at sapo.pt>,
-for the Debian project (but may be used by others).
Modified: packages/entertainer/trunk/debian/rules
===================================================================
--- packages/entertainer/trunk/debian/rules 2008-12-23 19:20:25 UTC (rev 2093)
+++ packages/entertainer/trunk/debian/rules 2008-12-23 22:27:22 UTC (rev 2094)
@@ -6,8 +6,6 @@
include /usr/share/cdbs/1/rules/dpatch.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-DEB_INSTALL_MANPAGES_entertainer = debian/entertainer.1
-
install/entertainer::
find debian/entertainer -type f \( -name '*.png' -or -name '*.conf' \) -exec chmod -x '{}' \;
More information about the Python-apps-commits
mailing list