[Python-apps-commits] r9039 - in packages/git-bzr-ng/trunk (11 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sun Aug 19 18:23:01 UTC 2012


    Date: Sunday, August 19, 2012 @ 18:22:59
  Author: stefanor
Revision: 9039

[svn-inject] Applying Debian modifications (0+git20120117-1) to trunk

Added:
  packages/git-bzr-ng/trunk/debian/
  packages/git-bzr-ng/trunk/debian/changelog
  packages/git-bzr-ng/trunk/debian/compat
  packages/git-bzr-ng/trunk/debian/control
  packages/git-bzr-ng/trunk/debian/copyright
  packages/git-bzr-ng/trunk/debian/docs
  packages/git-bzr-ng/trunk/debian/install
  packages/git-bzr-ng/trunk/debian/rules
  packages/git-bzr-ng/trunk/debian/source/
  packages/git-bzr-ng/trunk/debian/source/format
  packages/git-bzr-ng/trunk/debian/watch


Property changes on: packages/git-bzr-ng/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/git-bzr-ng/trunk/debian/changelog
===================================================================
--- packages/git-bzr-ng/trunk/debian/changelog	                        (rev 0)
+++ packages/git-bzr-ng/trunk/debian/changelog	2012-08-19 18:22:59 UTC (rev 9039)
@@ -0,0 +1,5 @@
+git-bzr-ng (0+git20120117-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #497153)
+
+ -- Stefano Rivera <stefanor at debian.org>  Sun, 29 Jul 2012 23:03:45 +0200

Added: packages/git-bzr-ng/trunk/debian/compat
===================================================================
--- packages/git-bzr-ng/trunk/debian/compat	                        (rev 0)
+++ packages/git-bzr-ng/trunk/debian/compat	2012-08-19 18:22:59 UTC (rev 9039)
@@ -0,0 +1 @@
+8

Added: packages/git-bzr-ng/trunk/debian/control
===================================================================
--- packages/git-bzr-ng/trunk/debian/control	                        (rev 0)
+++ packages/git-bzr-ng/trunk/debian/control	2012-08-19 18:22:59 UTC (rev 9039)
@@ -0,0 +1,20 @@
+Source: git-bzr-ng
+Section: vcs
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Stefano Rivera <stefanor at debian.org>
+Build-Depends:
+ debhelper (>= 8),
+ python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.3
+Homepage: https://github.com/termie/git-bzr-ng
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/git-bzr-ng/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/git-bzr-ng/trunk/
+
+Package: git-bzr-ng
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, git, bzr-fastimport
+Description: bi-directional git to bzr bridge: never fear bzr again
+ git-bzr-ng is a bidirectional bridge between git and bzr that lets you stop
+ worrying which version control the code you love is using -- as long as they
+ are using git or bzr ;)

Added: packages/git-bzr-ng/trunk/debian/copyright
===================================================================
--- packages/git-bzr-ng/trunk/debian/copyright	                        (rev 0)
+++ packages/git-bzr-ng/trunk/debian/copyright	2012-08-19 18:22:59 UTC (rev 9039)
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: git-bzr-ng
+Upstream-Contact: Andy Smith <andy at term.ie>
+Source: https://github.com/termie/git-bzr-ng
+
+Files: *
+Copyright: 2008, Evan Martin <martine at danga.com>,
+           2010, Andy Smith <andy at term.ie>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2012, Stefano Rivera <stefanor at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ * Neither the name of the author nor the names of contributors may be
+   used to endorse or promote products derived from this software without
+   specific prior written permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: packages/git-bzr-ng/trunk/debian/docs
===================================================================
--- packages/git-bzr-ng/trunk/debian/docs	                        (rev 0)
+++ packages/git-bzr-ng/trunk/debian/docs	2012-08-19 18:22:59 UTC (rev 9039)
@@ -0,0 +1 @@
+README.rst

Added: packages/git-bzr-ng/trunk/debian/install
===================================================================
--- packages/git-bzr-ng/trunk/debian/install	                        (rev 0)
+++ packages/git-bzr-ng/trunk/debian/install	2012-08-19 18:22:59 UTC (rev 9039)
@@ -0,0 +1 @@
+git-bzr /usr/bin

Added: packages/git-bzr-ng/trunk/debian/rules
===================================================================
--- packages/git-bzr-ng/trunk/debian/rules	                        (rev 0)
+++ packages/git-bzr-ng/trunk/debian/rules	2012-08-19 18:22:59 UTC (rev 9039)
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+GIT_REPO ?= https://github.com/termie/git-bzr-ng
+RDATE=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*\+git([0-9]+).*,\1,p')
+FDATE=$(shell echo $(RDATE) | sed -r 's/([0-9]{4})([0-9]{2})([0-9]{2})/\1-\2-\3/')
+VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: (.+)-.*,\1,p')
+
+get-packaged-orig-source:
+	@echo "You can build this from a local repo by supplying the GIT_REPO variable"
+	rm -rf git-bzr-ng-$(VER).orig
+	git clone $(GIT_REPO) git-bzr-ng-$(VER).orig
+ifeq (,$(RDATE))
+	cd git-bzr-ng-$(VER).orig && git checkout git-bzr-ng-$(VER)
+else
+	cd git-bzr-ng-$(VER).orig && git checkout HEAD@{$(FDATE)}
+endif
+	rm -rf git-bzr-ng-$(VER).orig/.git*
+	GZIP=--best tar -cz --owner root --group root --mode a+rX \
+	-f git-bzr-ng_$(VER).orig.tar.gz git-bzr-ng-$(VER).orig
+	rm -rf git-bzr-ng-$(VER).orig


Property changes on: packages/git-bzr-ng/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/git-bzr-ng/trunk/debian/source/format
===================================================================
--- packages/git-bzr-ng/trunk/debian/source/format	                        (rev 0)
+++ packages/git-bzr-ng/trunk/debian/source/format	2012-08-19 18:22:59 UTC (rev 9039)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/git-bzr-ng/trunk/debian/watch
===================================================================
--- packages/git-bzr-ng/trunk/debian/watch	                        (rev 0)
+++ packages/git-bzr-ng/trunk/debian/watch	2012-08-19 18:22:59 UTC (rev 9039)
@@ -0,0 +1,3 @@
+version=3
+
+http://githubredir.debian.net/github/termie/git-bzr-ng/git-bzr-ng-(.+).tar.gz




More information about the Python-apps-commits mailing list