[Python-modules-commits] r11699 - in packages/mercurial-keyring/trunk (8 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Thu Feb 11 23:25:25 UTC 2010


    Date: Thursday, February 11, 2010 @ 23:25:08
  Author: chaica-guest
Revision: 11699

* Commiting debian/

Added:
  packages/mercurial-keyring/trunk/debian/
  packages/mercurial-keyring/trunk/debian/changelog
  packages/mercurial-keyring/trunk/debian/compat
  packages/mercurial-keyring/trunk/debian/control
  packages/mercurial-keyring/trunk/debian/copyright
  packages/mercurial-keyring/trunk/debian/mercurial-keyring.install
  packages/mercurial-keyring/trunk/debian/rules
  packages/mercurial-keyring/trunk/debian/watch


Property changes on: packages/mercurial-keyring/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/mercurial-keyring/trunk/debian/changelog
===================================================================
--- packages/mercurial-keyring/trunk/debian/changelog	                        (rev 0)
+++ packages/mercurial-keyring/trunk/debian/changelog	2010-02-11 23:25:08 UTC (rev 11699)
@@ -0,0 +1,5 @@
+mercurial-keyring (0.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #568174)
+
+ -- Carl Chenet <chaica at ohmytux.com>  Fri, 12 Feb 2010 00:08:18 +0100

Added: packages/mercurial-keyring/trunk/debian/compat
===================================================================
--- packages/mercurial-keyring/trunk/debian/compat	                        (rev 0)
+++ packages/mercurial-keyring/trunk/debian/compat	2010-02-11 23:25:08 UTC (rev 11699)
@@ -0,0 +1 @@
+7

Added: packages/mercurial-keyring/trunk/debian/control
===================================================================
--- packages/mercurial-keyring/trunk/debian/control	                        (rev 0)
+++ packages/mercurial-keyring/trunk/debian/control	2010-02-11 23:25:08 UTC (rev 11699)
@@ -0,0 +1,21 @@
+Source: mercurial-keyring
+Section: python
+XS-Python-Version: >= 2.5
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Carl Chenet <chaica at ohmytux.com>
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5)
+Build-Depends-Indep: python-support
+Standards-Version: 3.8.4
+Homepage: http://pypi.python.org/pypi/mercurial_keyring
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/mercurial-keyring/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/mercurial-keyring/trunk/
+
+Package: mercurial-keyring
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, ${python-keyring}
+Description: Mercurial extension used to securely save HTTP and SMTP authentication passwords
+ mercurial_keyring is a Mercurial extension used to securely save HTTP and SMTP authentication
+ passwords in password databases (Gnome Keyring, KDE KWallet, OSXKeyChain, specific
+ solutions for Win32 and command line). This extension uses and wraps services of the 
+ python-keyring library.

Added: packages/mercurial-keyring/trunk/debian/copyright
===================================================================
--- packages/mercurial-keyring/trunk/debian/copyright	                        (rev 0)
+++ packages/mercurial-keyring/trunk/debian/copyright	2010-02-11 23:25:08 UTC (rev 11699)
@@ -0,0 +1,12 @@
+This package was debianized by Chenet Carl <chaica at ohmytux.com> on
+Tue, 29 May 2009 12:07:12 +0100.
+
+It was downloaded from http://pypi.python.org/pypi/CLVault
+
+Author: Tarek Ziade <tarek at ziade.org>
+
+The Debian packaging is © 2009, Chenet Carl <chaica at ohmytux.com> and
+is licensed under the GPL-3 or any later version.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.

Added: packages/mercurial-keyring/trunk/debian/mercurial-keyring.install
===================================================================
--- packages/mercurial-keyring/trunk/debian/mercurial-keyring.install	                        (rev 0)
+++ packages/mercurial-keyring/trunk/debian/mercurial-keyring.install	2010-02-11 23:25:08 UTC (rev 11699)
@@ -0,0 +1 @@
+mercurial_keyring.py usr/lib/python*/*-packages/

Added: packages/mercurial-keyring/trunk/debian/rules
===================================================================
--- packages/mercurial-keyring/trunk/debian/rules	                        (rev 0)
+++ packages/mercurial-keyring/trunk/debian/rules	2010-02-11 23:25:08 UTC (rev 11699)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_clean:
+
+override_dh_auto_build:
+
+override_dh_auto_install:
+
+override_dh_install:
+	dh_install
+


Property changes on: packages/mercurial-keyring/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/mercurial-keyring/trunk/debian/watch
===================================================================
--- packages/mercurial-keyring/trunk/debian/watch	                        (rev 0)
+++ packages/mercurial-keyring/trunk/debian/watch	2010-02-11 23:25:08 UTC (rev 11699)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/pypi/CLVault CLVault-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list