[Debian-l10n-commits] r2752 - in /pootle/trunk/debian: control rules
themill-guest at users.alioth.debian.org
themill-guest at users.alioth.debian.org
Wed Nov 16 16:07:10 UTC 2011
Author: themill-guest
Date: Wed Nov 16 16:07:09 2011
New Revision: 2752
URL: http://svn.debian.org/wsvn/?sc=1&rev=2752
Log:
Remove build-dep on quilt for 3.0 (quilt) package
Modified:
pootle/trunk/debian/control
pootle/trunk/debian/rules
Modified: pootle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/control?rev=2752&op=diff
==============================================================================
--- pootle/trunk/debian/control (original)
+++ pootle/trunk/debian/control Wed Nov 16 16:07:09 2011
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net>
Build-Depends-Indep: python (>= 2.6.6-3~)
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~)
+Build-Depends: debhelper (>= 7.0.50~)
X-Python-Version: >= 2.4
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/svn/debian-l10n/pootle/trunk
@@ -26,4 +26,4 @@
translation. Pootle can run without a Web server or be proxied through
your existing Apache server. The Translate Toolkit is a set of software
and documentation designed to help make the lives of localizers both more
- productive and less frustrating.
+ productive and less frustrating.
Modified: pootle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/rules?rev=2752&op=diff
==============================================================================
--- pootle/trunk/debian/rules (original)
+++ pootle/trunk/debian/rules Wed Nov 16 16:07:09 2011
@@ -3,7 +3,7 @@
d=$(CURDIR)/debian/pootle
%:
- dh --with quilt --with python2 $@
+ dh $@ --with python2
override_dh_install:
dh_install
More information about the Debian-l10n-commits
mailing list