summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-03-11 19:15:03 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-03-11 19:15:03 +0200
commit825a05d2cfc380e7f843e34851038defa04cc7c8 (patch)
tree2c1e482cc559ee447c04e2485c31d9e7d729048b
parentcef99010a013417efc1b5c9e515c32fe87396e6e (diff)
initial Debian packaging
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control18
-rw-r--r--debian/copyright6
-rw-r--r--debian/pyversions1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch5
8 files changed, 41 insertions, 0 deletions
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 <tzafrir.cohen@xorcom.com> 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 <tzafrir.cohen@xorcom.com>
+#Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+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