[ros-roslint] 01/01: Initial debianization

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Sun Jan 3 12:48:58 UTC 2016


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

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

commit ab23a064a7bb03b4b1cbdace65b8920b880e8ce9
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sun Jan 3 13:48:01 2016 +0100

    Initial debianization
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 19 +++++++++++++++++++
 debian/copyright                | 38 ++++++++++++++++++++++++++++++++++++++
 debian/python-roslint.install   |  3 +++
 debian/python-roslint.pyinstall |  1 +
 debian/rules                    | 13 +++++++++++++
 debian/source/format            |  1 +
 debian/watch                    |  7 +++++++
 9 files changed, 88 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..171bf1a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ros-roslint (0.10.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Jochen Sprickerhof <debian at jochen.sprickerhof.de>  Sun, 03 Jan 2016 13:08:27 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ce39877
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: ros-roslint
+Section: python
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Thomas Moulard <thomas.moulard at gmail.com>,
+           Jochen Sprickerhof <debian at jochen.sprickerhof.de>,
+           Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Build-Depends: debhelper (>= 9), catkin, dh-python, python
+Standards-Version: 3.9.6
+Homepage: http://wiki.ros.org/roslint
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-roslint.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-roslint.git
+
+Package: python-roslint
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: CMake lint commands for ROS packages.
+ The lint commands perform static checking of Python or C++ source code for
+ errors and standards compliance.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e17f08e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ros-roslint
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use 
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2016 Jochen Sprickerhof <debian at jochen.sprickerhof.de>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid picking licenses with terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/python-roslint.install b/debian/python-roslint.install
new file mode 100644
index 0000000..33ad3d5
--- /dev/null
+++ b/debian/python-roslint.install
@@ -0,0 +1,3 @@
+usr/share
+usr/lib/*/pkgconfig usr/lib
+usr/lib/*/roslint usr/lib
diff --git a/debian/python-roslint.pyinstall b/debian/python-roslint.pyinstall
new file mode 100644
index 0000000..fb7a108
--- /dev/null
+++ b/debian/python-roslint.pyinstall
@@ -0,0 +1 @@
+src/roslint/*.py roslint
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..893dd2f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+%:
+	dh  $@ --parallel --buildsystem=cmake --with python2
+
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/tmp
+	-rm -f src/roslint/pep8.pyc
+
+get-orig-source:
+	uscan --verbose --force-download --repack --compress xz
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..deb6f19
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+# Watch control file for uscan
+# Compulsory line, this is a version 3 file
+version=3
+# For GitHub projects you can use the tags page:
+
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/roslint-$1\.tar\.gz/ \
+  https://github.com/ros/roslint/releases .*/v?(\d\S*)\.tar\.gz

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



More information about the debian-science-commits mailing list