[Python-apps-commits] r1783 - in packages/terminator/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Sep 10 20:16:49 UTC 2008
Date: Wednesday, September 10, 2008 @ 20:16:47
Author: piotr
Revision: 1783
* Added PAPT to Uploaders
* Replaced Vcs-* fields with PAPT's ones
* Minor changes in package description
* add #DEBHELPER* to maintainer's scripts
* distribution set to UNRELEASED (not ready for an upload yet)
Modified:
packages/terminator/trunk/debian/changelog
packages/terminator/trunk/debian/control
packages/terminator/trunk/debian/terminator.postinst
packages/terminator/trunk/debian/terminator.prerm
Modified: packages/terminator/trunk/debian/changelog
===================================================================
--- packages/terminator/trunk/debian/changelog 2008-09-10 19:52:38 UTC (rev 1782)
+++ packages/terminator/trunk/debian/changelog 2008-09-10 20:16:47 UTC (rev 1783)
@@ -1,5 +1,6 @@
-terminator (0.10-1) unstable; urgency=low
+terminator (0.10-1) UNRELEASED; urgency=low
+ [ Nicolas Valcárcel ]
* New upstream release
* Bumped 01-fix-regexp-compilation.patch, fixed in upstream
* Changed dependency on python-gnome2 for python-gconf
@@ -8,6 +9,11 @@
* Update copyright
* Provide x-terminal-emulator (Closes: #498256)
+ [ Piotr Ożarowski ]
+ * Added PAPT to Uploaders
+ * Replaced Vcs-* fields with PAPT's ones
+ * Minor changes in package description
+
-- Nicolas Valcárcel <nvalcarcel at gmail.com> Mon, 08 Sep 2008 09:57:37 -0500
terminator (0.9-2) unstable; urgency=low
Modified: packages/terminator/trunk/debian/control
===================================================================
--- packages/terminator/trunk/debian/control 2008-09-10 19:52:38 UTC (rev 1782)
+++ packages/terminator/trunk/debian/control 2008-09-10 20:16:47 UTC (rev 1783)
@@ -3,12 +3,13 @@
XS-Python-Version: all
Priority: optional
Maintainer: Nicolas Valcárcel <nvalcarcel at gmail.com>
-Uploaders: Rudy Godoy Guillén <rudy at debian.org>
-Build-Depends: debhelper (>= 5.0.62), python, cdbs (>=0.4.49)
+Uploaders: Rudy Godoy Guillén <rudy at debian.org>,
+ Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.62), python, cdbs (>= 0.4.49)
Build-Depends-Indep: python-central (>= 0.5.6)
Standards-Version: 3.8.0
-Vcs-Bzr: http://bazaar.launchpad.net/~gnome-terminator/terminator/trunk
-Vcs-Browser: http://code.launchpad.net/~gnome-terminator/terminator/trunk
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/terminator/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/terminator/?op=log
Homepage: http://www.tenshu.net/terminator/
Package: terminator
@@ -17,10 +18,10 @@
XB-Python-Version: ${python:Versions}
Provides: x-terminal-emulator
Recommends: xdg-utils, python-xdg
-Description: Multiple GNOME terminals in one window
+Description: multiple GNOME terminals in one window
Terminator is a little project to produce an efficient way of
filling a large area of screen space with terminals.
.
The user can have multiple terminals in one window and use
- keybindings to switch between them. See the manpage for
+ key bindings to switch between them. See the manpage for
details.
Modified: packages/terminator/trunk/debian/terminator.postinst
===================================================================
--- packages/terminator/trunk/debian/terminator.postinst 2008-09-10 19:52:38 UTC (rev 1782)
+++ packages/terminator/trunk/debian/terminator.postinst 2008-09-10 20:16:47 UTC (rev 1783)
@@ -1,7 +1,6 @@
#!/bin/sh
gtk-update-icon-cache -q -f /usr/share/icons/hicolor/
-pycentral pkginstall terminator
if [ "$1" = "configure" ]; then
# Add an alternative for aterm
@@ -14,3 +13,4 @@
x-terminal-emulator.1.gz /usr/share/man/man1/terminator.1.gz
fi
+#DEBHELPER#
Modified: packages/terminator/trunk/debian/terminator.prerm
===================================================================
--- packages/terminator/trunk/debian/terminator.prerm 2008-09-10 19:52:38 UTC (rev 1782)
+++ packages/terminator/trunk/debian/terminator.prerm 2008-09-10 20:16:47 UTC (rev 1783)
@@ -1,9 +1,8 @@
#!/bin/sh
-pycentral pkgremove terminator
-
if [ "$1" = remove ]; then
update-alternatives --remove terminator /usr/bin/terminator
update-alternatives --remove x-terminal-emulator /usr/bin/terminator
fi
+#DEBHELPER#
More information about the Python-apps-commits
mailing list