[Pkg-jed-commit] r1060 - jed-extra/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Sun Mar 16 18:25:29 UTC 2008


Author: rafael
Date: 2008-03-16 18:25:28 +0000 (Sun, 16 Mar 2008)
New Revision: 1060

Modified:
   jed-extra/trunk/debian/changelog
   jed-extra/trunk/debian/control
   jed-extra/trunk/debian/rules
Log:
Move po-debconf into Build-Depends-Indep

Modified: jed-extra/trunk/debian/changelog
===================================================================
--- jed-extra/trunk/debian/changelog	2008-03-16 14:21:23 UTC (rev 1059)
+++ jed-extra/trunk/debian/changelog	2008-03-16 18:25:28 UTC (rev 1060)
@@ -1,3 +1,9 @@
+jed-extra (2.4.3-2) UNRELEASED; urgency=low
+
+  * debian/control: Move po-debconf into Build-Depends-Indep
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sun, 16 Mar 2008 19:25:09 +0100
+
 jed-extra (2.4.3-1) unstable; urgency=low
 
   * New upstream release [GM]:

Modified: jed-extra/trunk/debian/control
===================================================================
--- jed-extra/trunk/debian/control	2008-03-16 14:21:23 UTC (rev 1059)
+++ jed-extra/trunk/debian/control	2008-03-16 18:25:28 UTC (rev 1060)
@@ -4,7 +4,8 @@
 Maintainer: Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>,
            Guenter Milde <milde at users.sf.net>
-Build-Depends: debhelper, dpatch, po-debconf
+Build-Depends: debhelper, dpatch
+Build-Depends-Indep: po-debconf
 Standards-Version: 3.7.3
 Homepage: http://jedmodes.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/jed-extra/

Modified: jed-extra/trunk/debian/rules
===================================================================
--- jed-extra/trunk/debian/rules	2008-03-16 14:21:23 UTC (rev 1059)
+++ jed-extra/trunk/debian/rules	2008-03-16 18:25:28 UTC (rev 1060)
@@ -37,9 +37,9 @@
 # WGET = wget -N
 # Use curl, as this also understands a file:// URL
 # * write output to file named like the remote file
-# * attempt  to  figure  out  the timestamp  of the remote file, 
+# * attempt  to  figure  out  the timestamp  of the remote file,
 #   and if that is available make the local file get that same timestamp.
-WGET = curl --remote-name --remote-time  
+WGET = curl --remote-name --remote-time
 
 # URL of the upstream source package
 UPSTREAM_VERSION ?= $(shell perl -ne '/([\d.]+[pre]*\d*)-?/; print $$1; exit' < debian/changelog)




More information about the Pkg-jed-commit mailing list