[Python-apps-commits] r3209 - in packages/hg-git/trunk (8 files)
jwilk-guest at users.alioth.debian.org
jwilk-guest at users.alioth.debian.org
Tue Jun 30 15:36:40 UTC 2009
Date: Tuesday, June 30, 2009 @ 15:36:35
Author: jwilk-guest
Revision: 3209
[svn-inject] Applying Debian modifications to trunk
Added:
packages/hg-git/trunk/debian/
packages/hg-git/trunk/debian/README.Debian
packages/hg-git/trunk/debian/changelog
packages/hg-git/trunk/debian/compat
packages/hg-git/trunk/debian/control
packages/hg-git/trunk/debian/copyright
packages/hg-git/trunk/debian/docs
packages/hg-git/trunk/debian/rules
Property changes on: packages/hg-git/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/hg-git/trunk/debian/README.Debian
===================================================================
--- packages/hg-git/trunk/debian/README.Debian (rev 0)
+++ packages/hg-git/trunk/debian/README.Debian 2009-06-30 15:36:35 UTC (rev 3209)
@@ -0,0 +1,10 @@
+hg-git for Debian
+-----------------
+
+To enable the extension, add the following lines to your hgrc:
+
+ [extensions]
+ hgext.bookmarks =
+ hgext.git =
+
+ -- Jakub Wilk <ubanus at users.sf.net> Sat, 30 May 2009 12:56:55 +0200
Added: packages/hg-git/trunk/debian/changelog
===================================================================
--- packages/hg-git/trunk/debian/changelog (rev 0)
+++ packages/hg-git/trunk/debian/changelog 2009-06-30 15:36:35 UTC (rev 3209)
@@ -0,0 +1,5 @@
+hg-git (0+git20090603-1) unstable; urgency=low
+
+ * Initial release (closes: #531028).
+
+ -- Jakub Wilk <ubanus at users.sf.net> Tue, 30 Jun 2009 14:19:10 +0200
Added: packages/hg-git/trunk/debian/compat
===================================================================
--- packages/hg-git/trunk/debian/compat (rev 0)
+++ packages/hg-git/trunk/debian/compat 2009-06-30 15:36:35 UTC (rev 3209)
@@ -0,0 +1 @@
+7
Added: packages/hg-git/trunk/debian/control
===================================================================
--- packages/hg-git/trunk/debian/control (rev 0)
+++ packages/hg-git/trunk/debian/control 2009-06-30 15:36:35 UTC (rev 3209)
@@ -0,0 +1,26 @@
+Source: hg-git
+Section: vcs
+Priority: optional
+Maintainer: Jakub Wilk <ubanus at users.sf.net>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python-support (>= 0.90)
+Standards-Version: 3.8.2
+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
+Depends: ${misc:Depends}, ${python:Depends}, mercurial (>= 1.1)
+XB-Python-Version: ${python:Versions}
+Description: Git plugin for Mercurial
+ Th Hg-Git plugin for Mercurial adds the ability to push and pull to/from
+ a Git server repository. This means you can collaborate on Git based
+ projects from Mercurial, or use a Git server as a collaboration point
+ for a team with developers using both Git and Mercurial.
+ .
+ The plugin can convert commits/changesets losslessly from one system to
+ another, so you can push via a Mercurial repository and another
+ Mercurial client can pull it and their changeset node ids will be
+ identical - Mercurial data does not get lost in translation.
Added: packages/hg-git/trunk/debian/copyright
===================================================================
--- packages/hg-git/trunk/debian/copyright (rev 0)
+++ packages/hg-git/trunk/debian/copyright 2009-06-30 15:36:35 UTC (rev 3209)
@@ -0,0 +1,37 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=59
+Name: hg-git
+Maintainer: Scott Chacon <schacon at gmail.com>
+Source: http://hg-git.github.com/
+
+Files: *
+Copyright: 2008, Scott Chacon <schacon at gmail.com>
+License: GPL-2
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
+
+Files: toposort.py
+License: PD
+ Tarjan's algorithm and topological sorting implementation in Python
+ by Paul Harrison
+ Public domain, do with it as you will
+
+Files: dulwich/*
+Copyright: 2006, 2008, Canonical Ltd
+ 2007, James Westby <jw+debian at jameswestby.net>
+ 2008, John Carr <john.carr at unrouted.co.uk>
+ 2008, 2009, Jelmer Vernooij <jelmer at samba.org>
+License: GPL-2
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
+
+Files: tests/run-tests.py
+Copyright: 2006, Matt Mackall <mpm at selenic.com>
+License: GPL-2
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
+
+Files: debian/*
+Copyright: 2009, Jakub Wilk <ubanus at users.sf.net>
+License: GPL-2
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
Added: packages/hg-git/trunk/debian/docs
===================================================================
--- packages/hg-git/trunk/debian/docs (rev 0)
+++ packages/hg-git/trunk/debian/docs 2009-06-30 15:36:35 UTC (rev 3209)
@@ -0,0 +1,3 @@
+DESIGN.txt
+README.md
+TODO.txt
Added: packages/hg-git/trunk/debian/rules
===================================================================
--- packages/hg-git/trunk/debian/rules (rev 0)
+++ packages/hg-git/trunk/debian/rules 2009-06-30 15:36:35 UTC (rev 3209)
@@ -0,0 +1,34 @@
+#!/usr/bin/make -f
+
+MODULE_DIR = usr/lib/$(shell pyversions -d)/site-packages/hgext/git/
+
+build: ;
+
+clean:
+ dh clean
+
+install: build
+ dh install --until dh_prep
+ dh_installdirs $(MODULE_DIR) $(MODULE_DIR)/dulwich/
+ cp -r *.py debian/mercurial-git/$(MODULE_DIR)/
+ cp -r dulwich/*.py debian/mercurial-git/$(MODULE_DIR)/dulwich/
+ dh install --after dh_install
+
+# Build architecture-independent files here.
+binary-indep: install
+ dh binary-indep
+
+binary-arch: install ;
+
+binary: binary-indep binary-arch
+
+get-orig-source:
+ rm -Rf orig-source
+ hg clone http://bitbucket.org/Scotty/hg-git orig-source
+ date=`hg -R orig-source log -l1 --template '{date|isodate}' | cut -c -10 | tr -d -` && \
+ hg archive --config ui.archivemeta=false -R orig-source -t tgz hg-git_0+git$${date}.orig.tar.gz
+ rm -Rf orig-source
+
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source
+
+# vim:ts=4 sw=4 noet
Property changes on: packages/hg-git/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-apps-commits
mailing list