[DebianBRTeam-commits] r623 - in /packages/bittwist/trunk/debian: changelog compat control rules
eriberto-guest at users.alioth.debian.org
eriberto-guest at users.alioth.debian.org
Wed May 1 00:39:25 UTC 2013
Author: eriberto-guest
Date: Wed May 1 00:39:24 2013
New Revision: 623
URL: http://svn.debian.org/wsvn/?sc=1&rev=623
Log:
* Bump debhelper level to 9.
* debian/control: readded VCS fields.
* debian/rules:
- Added --parallel to DH.
- Removed some comments.
Modified:
packages/bittwist/trunk/debian/changelog
packages/bittwist/trunk/debian/compat
packages/bittwist/trunk/debian/control
packages/bittwist/trunk/debian/rules
Modified: packages/bittwist/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/changelog?rev=623&op=diff
==============================================================================
--- packages/bittwist/trunk/debian/changelog (original)
+++ packages/bittwist/trunk/debian/changelog Wed May 1 00:39:24 2013
@@ -1,3 +1,13 @@
+bittwist (2.0-2) unstable; urgency=low
+
+ * Bump debhelper level to 9.
+ * debian/control: readded VCS fields.
+ * debian/rules:
+ - Added --parallel to DH.
+ - Removed some comments.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> Tue, 30 Apr 2013 20:42:31 -0300
+
bittwist (2.0-1) unstable; urgency=low
* New upstream release.
Modified: packages/bittwist/trunk/debian/compat
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/compat?rev=623&op=diff
==============================================================================
--- packages/bittwist/trunk/debian/compat (original)
+++ packages/bittwist/trunk/debian/compat Wed May 1 00:39:24 2013
@@ -1,1 +1,1 @@
-8
+9
Modified: packages/bittwist/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/control?rev=623&op=diff
==============================================================================
--- packages/bittwist/trunk/debian/control (original)
+++ packages/bittwist/trunk/debian/control Wed May 1 00:39:24 2013
@@ -2,9 +2,11 @@
Section: net
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
-Build-Depends: debhelper (>= 8), libpcap-dev
+Build-Depends: debhelper (>= 9), libpcap-dev
Standards-Version: 3.9.4
Homepage: http://bittwist.sourceforge.net
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-br-team/packages/bittwist
+Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/packages/bittwist
Package: bittwist
Architecture: any
Modified: packages/bittwist/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/rules?rev=623&op=diff
==============================================================================
--- packages/bittwist/trunk/debian/rules (original)
+++ packages/bittwist/trunk/debian/rules Wed May 1 00:39:24 2013
@@ -1,13 +1,7 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --parallel
More information about the debian-br-team-commits
mailing list