[Python-modules-commits] r7713 - in packages/bugz/trunk (16 files)

leggewie-guest at users.alioth.debian.org leggewie-guest at users.alioth.debian.org
Mon Feb 23 16:16:01 UTC 2009


    Date: Monday, February 23, 2009 @ 16:16:00
  Author: leggewie-guest
Revision: 7713

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/bugz/trunk/.pc/
  packages/bugz/trunk/.pc/.version
  packages/bugz/trunk/.pc/01_fix-setup.py.patch/
  packages/bugz/trunk/.pc/01_fix-setup.py.patch/setup.py
  packages/bugz/trunk/.pc/applied-patches
  packages/bugz/trunk/debian/
  packages/bugz/trunk/debian/changelog
  packages/bugz/trunk/debian/compat
  packages/bugz/trunk/debian/control
  packages/bugz/trunk/debian/copyright
  packages/bugz/trunk/debian/dirs
  packages/bugz/trunk/debian/docs
  packages/bugz/trunk/debian/install
  packages/bugz/trunk/debian/rules
  packages/bugz/trunk/debian/watch
Modified:
  packages/bugz/trunk/setup.py

Added: packages/bugz/trunk/.pc/.version
===================================================================
--- packages/bugz/trunk/.pc/.version	                        (rev 0)
+++ packages/bugz/trunk/.pc/.version	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1 @@
+2

Added: packages/bugz/trunk/.pc/01_fix-setup.py.patch/setup.py
===================================================================
--- packages/bugz/trunk/.pc/01_fix-setup.py.patch/setup.py	                        (rev 0)
+++ packages/bugz/trunk/.pc/01_fix-setup.py.patch/setup.py	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1,8 @@
+from distutils.core import setup
+
+setup(
+    name='pybugz',
+    version='0.7.3',
+    py_modules=['bugz'],
+    scripts = ['bugz']
+)

Added: packages/bugz/trunk/.pc/applied-patches
===================================================================
--- packages/bugz/trunk/.pc/applied-patches	                        (rev 0)
+++ packages/bugz/trunk/.pc/applied-patches	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1 @@
+01_fix-setup.py.patch


Property changes on: packages/bugz/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/bugz/trunk/debian/changelog
===================================================================
--- packages/bugz/trunk/debian/changelog	                        (rev 0)
+++ packages/bugz/trunk/debian/changelog	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1,5 @@
+bugz (0.7.3-1) unstable; urgency=low
+
+  * initial release. (Closes: #515092)
+
+ -- Rolf Leggewie <foss at rolf.leggewie.biz>  Fri, 20 Feb 2009 04:36:08 +0900

Added: packages/bugz/trunk/debian/compat
===================================================================
--- packages/bugz/trunk/debian/compat	                        (rev 0)
+++ packages/bugz/trunk/debian/compat	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1 @@
+5

Added: packages/bugz/trunk/debian/control
===================================================================
--- packages/bugz/trunk/debian/control	                        (rev 0)
+++ packages/bugz/trunk/debian/control	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1,22 @@
+Source: bugz
+Section: misc
+Priority: optional
+Maintainer: Rolf Leggewie <foss at rolf.leggewie.biz>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.38)
+Build-Depends-Indep: python-central (>= 0.5.6)
+XS-Python-Version: all
+Standards-Version: 3.8.0
+Homepage: http://www.liquidx.net/pybugz/
+
+Package: bugz
+Architecture: all
+Depends: python, ${python:Depends}
+Provides: python-bugz
+XB-Python-Version: ${python:Versions}
+Description: command-line interface to Bugzilla
+ PyBugz is a Python and command line interface to Bugzilla, 
+ allowing the user to quickly search, isolate and contribute
+ to projects using the Bugzilla bug tracker.  Developers can
+ easily extract attachments and close bugs all from the
+ comfort of the command line.

Added: packages/bugz/trunk/debian/copyright
===================================================================
--- packages/bugz/trunk/debian/copyright	                        (rev 0)
+++ packages/bugz/trunk/debian/copyright	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1,33 @@
+This package was debianized by Rolf Leggewie <foss at rolf.leggewie.biz> on
+Sat, 21 Feb 2009 19:21:55 +0900.
+
+It was downloaded from http://code.google.com/p/pybugz/
+
+Upstream Authors:
+
+    Alastair Tse <alastair at liquidx.net>
+
+Copyright: 
+
+    © 2006,2007 Alastair Tse
+
+License:
+
+    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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is © 2009 Rolf Leggewie and is licensed under the GPL.

Added: packages/bugz/trunk/debian/dirs
===================================================================
--- packages/bugz/trunk/debian/dirs	                        (rev 0)
+++ packages/bugz/trunk/debian/dirs	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/locale

Added: packages/bugz/trunk/debian/docs
===================================================================
--- packages/bugz/trunk/debian/docs	                        (rev 0)
+++ packages/bugz/trunk/debian/docs	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1,2 @@
+README
+ChangeLog

Added: packages/bugz/trunk/debian/install
===================================================================
--- packages/bugz/trunk/debian/install	                        (rev 0)
+++ packages/bugz/trunk/debian/install	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1 @@
+bugz /usr/bin

Added: packages/bugz/trunk/debian/rules
===================================================================
--- packages/bugz/trunk/debian/rules	                        (rev 0)
+++ packages/bugz/trunk/debian/rules	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f *-stamp
+	rm -rf compile build
+	find -name '*.py[co]' -exec rm -f {} \;
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	python setup.py install --root=$(CURDIR)/debian/bugz/
+	dh_install
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_pycentral
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep
+
+binary-arch:
+
+.PHONY: build clean binary-indep binary install


Property changes on: packages/bugz/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/bugz/trunk/debian/watch
===================================================================
--- packages/bugz/trunk/debian/watch	                        (rev 0)
+++ packages/bugz/trunk/debian/watch	2009-02-23 16:16:00 UTC (rev 7713)
@@ -0,0 +1,2 @@
+version=3
+http://pybugz.googlecode.com/files/pybugz-(.*)\.tar\.gz

Modified: packages/bugz/trunk/setup.py
===================================================================
--- packages/bugz/trunk/setup.py	2009-02-23 16:15:44 UTC (rev 7712)
+++ packages/bugz/trunk/setup.py	2009-02-23 16:16:00 UTC (rev 7713)
@@ -1,3 +1,4 @@
+
 from distutils.core import setup
 
 setup(




More information about the Python-modules-commits mailing list