[ros-vcstools] 02/31: Added debian stuff

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Sun Oct 18 14:23:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

jspricke-guest pushed a commit to branch master
in repository ros-vcstools.

commit f6a7beb981df442bc1ac7785477ad309a4b68399
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Fri Nov 28 09:09:38 2014 +0100

    Added debian stuff
---
 debian/changelog     | 17 +++++++++++++++++
 debian/compat        |  1 +
 debian/control       | 15 +++++++++++++++
 debian/copyright     | 42 ++++++++++++++++++++++++++++++++++++++++++
 debian/rules         | 12 ++++++++++++
 debian/source/format |  1 +
 6 files changed, 88 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..496e28c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,17 @@
+vcstools (0.1.32-1+drp70+1) wheezy-robotics; urgency=low
+
+  * New upstream release.
+
+ -- Leopold Palomo-Avellaneda <leo at alaxarxa.net>  Fri, 21 Feb 2014 11:04:49 +0100
+
+vcstools (0.1.31-1+drp70+1) wheezy-robotics; urgency=low
+
+  * Initial package for drp.
+
+ -- Leopold Palomo-Avelleneda <leo at alaxarxa.net>  Fri, 11 Oct 2013 11:45:22 +0200
+
+vcstools (0.1.31-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.6.0+git
+
+ -- Tully Foote, Thibault Kruse, Ken Conley <tfoote at willowgarage.com>  Fri, 11 Oct 2013 11:19:04 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1eaf982
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: vcstools
+Maintainer: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>=8)
+Standards-Version: 3.9.4
+
+Package: python-vcstools
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends:  subversion, git, mercurial, bzr
+Description: VCS/SCM source control library for svn, git, hg, and bzr
+ Library for managing source code trees from multiple version control systems.
+ Current supports svn, git, hg, and bzr.
+ .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..87dd549
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: vcstools
+Upstream-Contact: Tully Foote <tfoote at willowgarage.com>
+Source: http://www.ros.org/wiki/vcstools
+
+Files: *
+Copyright: 2011-2013 Willow Garage, Inc.
+License: BSD
+
+License: BSD
+ 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 Willow Garage, Inc. nor the names of its
+    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.
+
+Files: debian/*
+Copyright: 2013 Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+License: GPL-2
+ See `/usr/share/common-licenses/GPL-2,'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f54f707
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Fri, 11 Oct 2013 11:19:04 +0200
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+
+override_dh_clean:
+	rm -rf src/vcstools.egg-info
+	dh_clean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-vcstools.git



More information about the debian-science-commits mailing list