From 825a05d2cfc380e7f843e34851038defa04cc7c8 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 11 Mar 2010 19:15:03 +0200 Subject: initial Debian packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 18 ++++++++++++++++++ debian/copyright | 6 ++++++ debian/pyversions | 1 + debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 5 +++++ 8 files changed, 41 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/pyversions create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a180a93 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +rbtools (0.2~rc1-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Tzafrir Cohen Thu, 18 Feb 2010 18:45:10 +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..85fc203 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: rbtools +Section: python +Priority: optional +Maintainer: Tzafrir Cohen +#Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 7), python (>= 2.5) +Build-Depends-Indep: python-support (>= 0.5.3), python-setuptools +Standards-Version: 3.8.4 +Homepage: http://www.reviewboard.org/ +#Vcs-Svn: svn://svn.debian.org/python-modules/packages/dajaxice/trunk/ +#Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/dajaxice/trunk/ + +Package: python-rbtools +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-simplejson +Description: collection of console utility scripts for use with Review Board + collection of console utility scripts for use with the Review Board code + review system. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..975d37d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,6 @@ +FIXME: write a proper file +Source: http://downloads.reviewboard.org/releases/RBTools/ +Licese: MIT + +# Copyright (c) 2007-2009 Christian Hammond +# Copyright (c) 2007-2009 David Trowbridge diff --git a/debian/pyversions b/debian/pyversions new file mode 100644 index 0000000..b3dc41e --- /dev/null +++ b/debian/pyversions @@ -0,0 +1 @@ +2.5- diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ 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..e786ecb --- /dev/null +++ b/debian/watch @@ -0,0 +1,5 @@ +version=3 + +# FIXME: Does not produce the latest +opts="dversionmangle=s/~rc/rc/,uversionmangle=s/rc/~rc/" \ + http://downloads.reviewboard.org/releases/RBTools/0.2/ RBTools-(.*)\.tar\.gz -- cgit v1.2.3