[Python-apps-commits] r6400 - in packages/hg-git/trunk/debian (7 files)

fqj1994-guest at users.alioth.debian.org fqj1994-guest at users.alioth.debian.org
Tue Dec 14 05:48:59 UTC 2010


    Date: Tuesday, December 14, 2010 @ 05:48:56
  Author: fqj1994-guest
Revision: 6400

Problems are almost solved.

Added:
  packages/hg-git/trunk/debian/README.Debian
Modified:
  packages/hg-git/trunk/debian/changelog
  packages/hg-git/trunk/debian/control
  packages/hg-git/trunk/debian/docs
Deleted:
  packages/hg-git/trunk/debian/hg-git.rc
  packages/hg-git/trunk/debian/postinst
  packages/hg-git/trunk/debian/prerm

Added: packages/hg-git/trunk/debian/README.Debian
===================================================================
--- packages/hg-git/trunk/debian/README.Debian	                        (rev 0)
+++ packages/hg-git/trunk/debian/README.Debian	2010-12-14 05:48:56 UTC (rev 6400)
@@ -0,0 +1,12 @@
+hg-git for Debian
+-----------------
+
+To enable the extension, add the following lines to your hgrc::
+
+   [extensions]
+   hgext.bookmarks =
+   hgext.git =
+
+Hg-git uses bookmarks [1]_ (rather than branches) to track git branches.
+
+.. [1] http://mercurial.selenic.com/wiki/BookmarksExtension

Modified: packages/hg-git/trunk/debian/changelog
===================================================================
--- packages/hg-git/trunk/debian/changelog	2010-12-13 22:21:14 UTC (rev 6399)
+++ packages/hg-git/trunk/debian/changelog	2010-12-14 05:48:56 UTC (rev 6400)
@@ -1,8 +1,16 @@
-hg-git (0.2.5) unstable; urgency=low
+hg-git (0.2.5-1) experimental; urgency=low
 
+  * New upstream release.(closes: #589961)
+
+ -- Qijiang Fan <fqj1994 at gmail.com>  Sun, 05 Dec 2010 12:12:00 +0800
+
+hg-git (0.2.4-1) experimental; urgency=low
+
   * New upstream release.
+  * Fix a typo in package description.
+  * Bump standards version to 3.9.1 (no changes needed).
 
- -- Qijiang Fan <fqj1994 at gmail.com> Sun, 5 Dec 2010 12:12:00 +0800
+ -- Jakub Wilk <jwilk at debian.org>  Fri, 03 Sep 2010 12:56:04 +0200
 
 hg-git (0.2.3-1) unstable; urgency=low
 

Modified: packages/hg-git/trunk/debian/control
===================================================================
--- packages/hg-git/trunk/debian/control	2010-12-13 22:21:14 UTC (rev 6399)
+++ packages/hg-git/trunk/debian/control	2010-12-14 05:48:56 UTC (rev 6400)
@@ -2,9 +2,13 @@
 Section: vcs
 Priority: optional
 Maintainer: Qijiang Fan <fqj1994 at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90)
-Standards-Version: 3.8.4
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.8), python-support (>= 0.90)
+Standards-Version: 3.9.1
+XS-Python-Version: >= 2.5	
 Homepage: http://hg-git.github.com/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/hg-git/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/hg-git/trunk/
 
 Package: mercurial-git
 Architecture: all

Modified: packages/hg-git/trunk/debian/docs
===================================================================
--- packages/hg-git/trunk/debian/docs	2010-12-13 22:21:14 UTC (rev 6399)
+++ packages/hg-git/trunk/debian/docs	2010-12-14 05:48:56 UTC (rev 6400)
@@ -1,2 +1,3 @@
 DESIGN.txt
 README.md
+TODO.txt

Deleted: packages/hg-git/trunk/debian/hg-git.rc
===================================================================
--- packages/hg-git/trunk/debian/hg-git.rc	2010-12-13 22:21:14 UTC (rev 6399)
+++ packages/hg-git/trunk/debian/hg-git.rc	2010-12-14 05:48:56 UTC (rev 6400)
@@ -1,3 +0,0 @@
-[extensions]
-hgext.bookmarks=
-hgext.git=

Deleted: packages/hg-git/trunk/debian/postinst
===================================================================
--- packages/hg-git/trunk/debian/postinst	2010-12-13 22:21:14 UTC (rev 6399)
+++ packages/hg-git/trunk/debian/postinst	2010-12-14 05:48:56 UTC (rev 6400)
@@ -1,11 +0,0 @@
-#!/bin/sh
-# postinst script for hg-git
-#
-# see: dh_installdeb(1)
-
-set -e
-
-if which update-python-modules >/dev/null 2>&1; then
-	update-python-modules  mercurial-git.public
-fi
-

Deleted: packages/hg-git/trunk/debian/prerm
===================================================================
--- packages/hg-git/trunk/debian/prerm	2010-12-13 22:21:14 UTC (rev 6399)
+++ packages/hg-git/trunk/debian/prerm	2010-12-14 05:48:56 UTC (rev 6400)
@@ -1,10 +0,0 @@
-#!/bin/sh
-# prerm script for hg-git
-#
-# see: dh_installdeb(1)
-
-set -e
-
-if which update-python-modules >/dev/null 2>&1; then
-	update-python-modules -c  mercurial-git.public
-fi




More information about the Python-apps-commits mailing list