[Python-apps-commits] r8030 - in packages/trac-git/trunk/debian (8 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Wed Jan 4 01:55:37 UTC 2012


    Date: Wednesday, January 4, 2012 @ 01:55:35
  Author: debacle
Revision: 8030

New package version.

Modified:
  packages/trac-git/trunk/debian/changelog
  packages/trac-git/trunk/debian/compat
  packages/trac-git/trunk/debian/control
  packages/trac-git/trunk/debian/docs
  packages/trac-git/trunk/debian/rules
Deleted:
  packages/trac-git/trunk/debian/gbp.conf
  packages/trac-git/trunk/debian/patches/
  packages/trac-git/trunk/debian/update-patches.mk

Modified: packages/trac-git/trunk/debian/changelog
===================================================================
--- packages/trac-git/trunk/debian/changelog	2012-01-04 01:18:48 UTC (rev 8029)
+++ packages/trac-git/trunk/debian/changelog	2012-01-04 01:55:35 UTC (rev 8030)
@@ -1,3 +1,13 @@
+trac-git (0.12.0.5+722342e-1) unstable; urgency=low
+
+  * New upstream version (Closes: #634826). Works with Trac 0.12.
+  * Upstream has less weird code layout now (Closes: #589703).
+  * Now maintained by Python apps team (Closes: #654525).
+  * Pycentral not used anymore (Closes: #617128).
+  * Fixed some lintians.
+
+ -- W. Martin Borgert <debacle at debian.org>  Wed, 04 Jan 2012 01:23:55 +0000
+
 trac-git (0.0.20100513-2) unstable; urgency=low
 
   * debian/control: Make Python-Version >= 2.5, not = 2.5, to make it

Modified: packages/trac-git/trunk/debian/compat
===================================================================
--- packages/trac-git/trunk/debian/compat	2012-01-04 01:18:48 UTC (rev 8029)
+++ packages/trac-git/trunk/debian/compat	2012-01-04 01:55:35 UTC (rev 8030)
@@ -1 +1 @@
-5
+7

Modified: packages/trac-git/trunk/debian/control
===================================================================
--- packages/trac-git/trunk/debian/control	2012-01-04 01:18:48 UTC (rev 8029)
+++ packages/trac-git/trunk/debian/control	2012-01-04 01:55:35 UTC (rev 8030)
@@ -1,19 +1,17 @@
 Source: trac-git
-Maintainer: Jonny Lamb <jonny at debian.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 5.0)
-Build-Depends-Indep: python, python-central (>= 0.5), python-setuptools
-Standards-Version: 3.8.4
-XS-Python-Version: >= 2.5
+Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50~)
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Standards-Version: 3.9.2
 Homepage: http://trac-hacks.org/wiki/GitPlugin
-Vcs-Git: git://git.jonnylamb.com/git/packaging/trac-git.git
-Vcs-Browser: http://git.jonnylamb.com/?p=packaging/trac-git.git;a=summary
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-git/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-git/trunk/
 
 Package: trac-git
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, trac (>= 0.11), git-core
-XB-Python-Version: ${python:Versions}
 Description: Git version control backend for Trac
  A plugin that provides support for the Git source code management
  tool for Edgewall Software's Trac.

Modified: packages/trac-git/trunk/debian/docs
===================================================================
--- packages/trac-git/trunk/debian/docs	2012-01-04 01:18:48 UTC (rev 8029)
+++ packages/trac-git/trunk/debian/docs	2012-01-04 01:55:35 UTC (rev 8030)
@@ -1 +1 @@
-0.11/README
+README

Deleted: packages/trac-git/trunk/debian/gbp.conf
===================================================================
--- packages/trac-git/trunk/debian/gbp.conf	2012-01-04 01:18:48 UTC (rev 8029)
+++ packages/trac-git/trunk/debian/gbp.conf	2012-01-04 01:55:35 UTC (rev 8030)
@@ -1,8 +0,0 @@
-[DEFAULT]
-debian-branch = debian
-upstream-branch = upstream
-pristine-tar = True
-
-[git-buildpackage]
-tarball-dir = ../tarballs/
-export-dir = ../build-area/

Modified: packages/trac-git/trunk/debian/rules
===================================================================
--- packages/trac-git/trunk/debian/rules	2012-01-04 01:18:48 UTC (rev 8029)
+++ packages/trac-git/trunk/debian/rules	2012-01-04 01:55:35 UTC (rev 8030)
@@ -1,58 +1,4 @@
 #!/usr/bin/make -f
 
-PYVER=$(shell python -c 'import sys; print sys.version[:3]')
-
-include $(CURDIR)/debian/update-patches.mk
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-	rm -rf dist build
-	-find . -name *\.py[co] -exec rm {} \;
-	dh_clean
-	-for file in PKG-INFO SOURCES.txt dependency_links.txt \
-	    entry_points.txt namespace_packages.txt requires.txt \
-	    top_level.txt; do rm 0.11/TracGit.egg-info/$$file; done
-	-rm -rf 0.11/build/
-
-build: build-stamp
-
-build-stamp:
-	dh_testdir
-	cd 0.11 && python setup.py build && cd ..
-	touch $@
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	cd 0.11 && python setup.py install \
-		--root=$(CURDIR)/debian/trac-git \
-		--single-version-externally-managed && cd ..
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_pycentral
-	dh_compress -X.py
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-
-DATE := 20090320
-get-orig-source:
-	svn export http://trac-hacks.org/svn/gitplugin ../trac-git-0.0.$(DATE)
-	tar pczf ../trac-git_0.0.$(DATE).orig.tar.gz ../trac-git-0.0.$(DATE)
-	rm -rf ../trac-git-0.0.$(DATE)
-
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@ --with python2 --buildsystem=python_distutils

Deleted: packages/trac-git/trunk/debian/update-patches.mk
===================================================================
--- packages/trac-git/trunk/debian/update-patches.mk	2012-01-04 01:18:48 UTC (rev 8029)
+++ packages/trac-git/trunk/debian/update-patches.mk	2012-01-04 01:55:35 UTC (rev 8030)
@@ -1,12 +0,0 @@
-update-patches:
-	mkdir -p $(CURDIR)/debian/patches
-	rm -f $(CURDIR)/debian/patches/*.patch
-	rm $(CURDIR)/debian/patches/series
-	git format-patch -o $(CURDIR)/debian/patches debian-patches ^upstream
-	for patch in $$(ls $(CURDIR)/debian/patches/*.patch) ; \
-	do \
-		lines=$$(cat $$patch | wc -l) ; \
-		head -n $$(($$lines - 3)) $$patch > $${patch}.chomped ; \
-			mv $${patch}.chomped $$patch ; \
-		echo $$(basename $${patch}) >> $(CURDIR)/debian/patches/series ; \
-	done




More information about the Python-apps-commits mailing list