[Python-apps-commits] r12437 - in packages/gitinspector/tags (7 files)

ckk at users.alioth.debian.org ckk at users.alioth.debian.org
Wed Sep 30 18:49:27 UTC 2015


    Date: Wednesday, September 30, 2015 @ 18:49:26
  Author: ckk
Revision: 12437

[svn-buildpackage] Tagging gitinspector 0.4.1+dfsg-1

Added:
  packages/gitinspector/tags/0.4.1+dfsg-1/
  packages/gitinspector/tags/0.4.1+dfsg-1/debian/changelog
    (from rev 12435, packages/gitinspector/trunk/debian/changelog)
  packages/gitinspector/tags/0.4.1+dfsg-1/debian/control
    (from rev 12435, packages/gitinspector/trunk/debian/control)
  packages/gitinspector/tags/0.4.1+dfsg-1/debian/rules
    (from rev 12436, packages/gitinspector/trunk/debian/rules)
Deleted:
  packages/gitinspector/tags/0.4.1+dfsg-1/debian/changelog
  packages/gitinspector/tags/0.4.1+dfsg-1/debian/control
  packages/gitinspector/tags/0.4.1+dfsg-1/debian/rules

Deleted: packages/gitinspector/tags/0.4.1+dfsg-1/debian/changelog
===================================================================
--- packages/gitinspector/trunk/debian/changelog	2015-09-30 15:48:41 UTC (rev 12433)
+++ packages/gitinspector/tags/0.4.1+dfsg-1/debian/changelog	2015-09-30 18:49:26 UTC (rev 12437)
@@ -1,14 +0,0 @@
-gitinspector (0.3.2+dfsg-2) unstable; urgency=medium
-
-  * debian/patches (added):
-    - fix-C-locale-crash
-      Don't throw an exception when using the C locale. Fixes a FTBFS.
-      Closes: #773143
-
- -- Christian Kastner <debian at kvr.at>  Fri, 19 Dec 2014 21:36:17 +0100
-
-gitinspector (0.3.2+dfsg-1) unstable; urgency=medium
-
-  * Initial release. (Closes: #768508)
-
- -- Christian Kastner <debian at kvr.at>  Thu, 06 Nov 2014 12:21:31 +0100

Copied: packages/gitinspector/tags/0.4.1+dfsg-1/debian/changelog (from rev 12435, packages/gitinspector/trunk/debian/changelog)
===================================================================
--- packages/gitinspector/tags/0.4.1+dfsg-1/debian/changelog	                        (rev 0)
+++ packages/gitinspector/tags/0.4.1+dfsg-1/debian/changelog	2015-09-30 18:49:26 UTC (rev 12437)
@@ -0,0 +1,47 @@
+gitinspector (0.4.1+dfsg-1) unstable; urgency=medium
+
+  * New upstream release. 
+  * d/control:
+    - Add to Build-Depends:
+      + asciidoc
+      + libxml2-utils
+      + xsltproc
+      + docbook-xml
+      + docbook-xsl
+    - Replace my email in Updaters with my @debian.org address
+    - Update Homepage, upstream moved to GitHub
+  * d/rules:
+    - Build documentation from source
+  * d/doc-base, d/docs:
+    - Install HTML documentation
+  * d/man:
+    - Drop manpage, upstream provides one now
+  * d/copyright:
+    - Update copyright
+  * d/watch:
+    - Upstream moved to GitHub
+  * d/patches (dropped):
+    - Print-usage-when-called-without-any-args.patch
+    - Add-missing-HTML-footer-to-htmlembedded-output.patch
+    - fix-C-locale-crash.patch
+      All three included upstream
+  * d/patches (refreshed):
+    - Use-jQuery-libraries-from-the-Debian-archive.patch
+     -Move-arch-indep-files-to-usr-share.patch
+
+ -- Christian Kastner <ckk at debian.org>  Wed, 30 Sep 2015 17:53:50 +0200
+
+gitinspector (0.3.2+dfsg-2) unstable; urgency=medium
+
+  * debian/patches (added):
+    - fix-C-locale-crash
+      Don't throw an exception when using the C locale. Fixes a FTBFS.
+      Closes: #773143
+
+ -- Christian Kastner <debian at kvr.at>  Fri, 19 Dec 2014 21:36:17 +0100
+
+gitinspector (0.3.2+dfsg-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #768508)
+
+ -- Christian Kastner <debian at kvr.at>  Thu, 06 Nov 2014 12:21:31 +0100

Deleted: packages/gitinspector/tags/0.4.1+dfsg-1/debian/control
===================================================================
--- packages/gitinspector/trunk/debian/control	2015-09-30 15:48:41 UTC (rev 12433)
+++ packages/gitinspector/tags/0.4.1+dfsg-1/debian/control	2015-09-30 18:49:26 UTC (rev 12437)
@@ -1,37 +0,0 @@
-Source: gitinspector
-Section: vcs
-Priority: optional
-Maintainer: Debian Python Applications Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Christian Kastner <ckk at debian.org>
-Build-Depends:
-    debhelper (>= 9),
-    python-all,
-    dh-python,
-    python-setuptools,
-    asciidoc,
-Standards-Version: 3.9.6
-Homepage: https://github.com/ejwa/gitinspector/
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/gitinspector/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/gitinspector/trunk/
-X-Python-Version: >= 2.6
-
-Package: gitinspector
-Architecture: all
-Depends:
-    ${python:Depends},
-    ${misc:Depends},
-    git,
-    libjs-jquery,
-    libjs-jquery-flot,
-    libjs-jquery-tablesorter
-Description: statistical analysis tool for git repositories
- gitinspector is a statistical analysis tool for git repositories. It creates
- informative and visually appealling reports in various output formats.
- .
- Its features include:
-  * Shows cumulative work by each author in the history
-  * Filters results by extension
-  * Can display a statistical timeline analysis
-  * Scans for all filetypes (by extension) found in the repository
-  * Multi-threaded; uses multiple instances of git to speed up analysis
-  * Supports HTML, XML and plain text (terminal) output

Copied: packages/gitinspector/tags/0.4.1+dfsg-1/debian/control (from rev 12435, packages/gitinspector/trunk/debian/control)
===================================================================
--- packages/gitinspector/tags/0.4.1+dfsg-1/debian/control	                        (rev 0)
+++ packages/gitinspector/tags/0.4.1+dfsg-1/debian/control	2015-09-30 18:49:26 UTC (rev 12437)
@@ -0,0 +1,41 @@
+Source: gitinspector
+Section: vcs
+Priority: optional
+Maintainer: Debian Python Applications Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Christian Kastner <ckk at debian.org>
+Build-Depends:
+    debhelper (>= 9),
+    python-all,
+    dh-python,
+    python-setuptools,
+    asciidoc,
+    libxml2-utils,
+    xsltproc,
+    docbook-xml,
+    docbook-xsl,
+Standards-Version: 3.9.6
+Homepage: https://github.com/ejwa/gitinspector/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/gitinspector/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/gitinspector/trunk/
+X-Python-Version: >= 2.6
+
+Package: gitinspector
+Architecture: all
+Depends:
+    ${python:Depends},
+    ${misc:Depends},
+    git,
+    libjs-jquery,
+    libjs-jquery-flot,
+    libjs-jquery-tablesorter
+Description: statistical analysis tool for git repositories
+ gitinspector is a statistical analysis tool for git repositories. It creates
+ informative and visually appealling reports in various output formats.
+ .
+ Its features include:
+  * Shows cumulative work by each author in the history
+  * Filters results by extension
+  * Can display a statistical timeline analysis
+  * Scans for all filetypes (by extension) found in the repository
+  * Multi-threaded; uses multiple instances of git to speed up analysis
+  * Supports HTML, XML and plain text (terminal) output

Deleted: packages/gitinspector/tags/0.4.1+dfsg-1/debian/rules
===================================================================
--- packages/gitinspector/trunk/debian/rules	2015-09-30 15:48:41 UTC (rev 12433)
+++ packages/gitinspector/tags/0.4.1+dfsg-1/debian/rules	2015-09-30 18:49:26 UTC (rev 12437)
@@ -1,50 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
-
-# Path to package source directory. Needed so that we can call get-orig-source
-# from within any working directory.
-PKGDIR := $(dir $(firstword $(MAKEFILE_LIST)))..
-
-
-%:
-	dh $@ --with python2 --buildsystem=pybuild
-
-
-override_dh_auto_build:
-	dh_auto_build
-	
-	cd docs && a2x -f manpage gitinspector.txt
-	cd docs && a2x -f xhtml gitinspector.txt
-
-
-override_dh_auto_install:
-	dh_auto_install
-	# We don't need to install a copy of the GPL-3, we have it locally
-	rm -f $(CURDIR)/debian/gitinspector/usr/share/doc/gitinspector/LICENSE.txt
-
-
-# Remove upstream's convenience copies of minified jQuery libraries, we don't
-# need them as they are all available in the Archive
-get-orig-source:
-	uscan \
-		--noconf \
-		--force-download \
-		--download-current-version \
-		--check-dirname-level=0 \
-		--destdir=$(CURDIR) \
-		--repack \
-		--copyright-file=$(PKGDIR)/debian/files-excluded \
-		--compression=xz \
-		$(PKGDIR)
-	rm -f gitinspector-*.tar.gz
-
-
-override_dh_auto_clean:
-	dh_auto_clean
-	
-	rm -f docs/gitinspector.xml
-	rm -f docs/gitinspector.1
-	rm -f docs/gitinspector.html

Copied: packages/gitinspector/tags/0.4.1+dfsg-1/debian/rules (from rev 12436, packages/gitinspector/trunk/debian/rules)
===================================================================
--- packages/gitinspector/tags/0.4.1+dfsg-1/debian/rules	                        (rev 0)
+++ packages/gitinspector/tags/0.4.1+dfsg-1/debian/rules	2015-09-30 18:49:26 UTC (rev 12437)
@@ -0,0 +1,50 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+# Path to package source directory. Needed so that we can call get-orig-source
+# from within any working directory.
+PKGDIR := $(dir $(firstword $(MAKEFILE_LIST)))..
+
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+
+override_dh_auto_build:
+	dh_auto_build
+	
+	cd docs && a2x --xsltproc-opts=--nonet -f manpage gitinspector.txt
+	cd docs && a2x --xsltproc-opts=--nonet -f xhtml gitinspector.txt
+
+
+override_dh_auto_install:
+	dh_auto_install
+	# We don't need to install a copy of the GPL-3, we have it locally
+	rm -f $(CURDIR)/debian/gitinspector/usr/share/doc/gitinspector/LICENSE.txt
+
+
+# Remove upstream's convenience copies of minified jQuery libraries, we don't
+# need them as they are all available in the Archive
+get-orig-source:
+	uscan \
+		--noconf \
+		--force-download \
+		--download-current-version \
+		--check-dirname-level=0 \
+		--destdir=$(CURDIR) \
+		--repack \
+		--copyright-file=$(PKGDIR)/debian/files-excluded \
+		--compression=xz \
+		$(PKGDIR)
+	rm -f gitinspector-*.tar.gz
+
+
+override_dh_auto_clean:
+	dh_auto_clean
+	
+	rm -f docs/gitinspector.xml
+	rm -f docs/gitinspector.1
+	rm -f docs/gitinspector.html




More information about the Python-apps-commits mailing list