[pkg-java] r16958 - trunk/libfreemarker-java/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Tue Jul 2 19:52:54 UTC 2013
Author: ebourg-guest
Date: 2013-07-02 19:52:54 +0000 (Tue, 02 Jul 2013)
New Revision: 16958
Modified:
trunk/libfreemarker-java/debian/changelog
trunk/libfreemarker-java/debian/control
trunk/libfreemarker-java/debian/rules
Log:
Use canonical URLs for the Vcs-* fields
debian/rules: Changed get-orig-source to download the current version
Modified: trunk/libfreemarker-java/debian/changelog
===================================================================
--- trunk/libfreemarker-java/debian/changelog 2013-07-02 13:59:07 UTC (rev 16957)
+++ trunk/libfreemarker-java/debian/changelog 2013-07-02 19:52:54 UTC (rev 16958)
@@ -1,14 +1,15 @@
libfreemarker-java (2.3.19-1) unstable; urgency=low
- * Team upload.
* New upstream release
* Refreshed the patches
* Re-enabled Jython support (compilation issue fixed upstream)
* Updated Standards-Version to 3.9.4: no changes needed.
+ * Use canonical URLs for the Vcs-* fields
* debian/copyright: Updated to the Copyright Format 1.0
* debian/rules: Improved the clean target to allow rebuilds
+ * debian/rules: Changed get-orig-source to download the current version
- -- Emmanuel Bourg <ebourg at apache.org> Tue, 07 May 2013 01:10:31 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 02 Jul 2013 21:47:18 +0200
libfreemarker-java (2.3.18-1) unstable; urgency=low
Modified: trunk/libfreemarker-java/debian/control
===================================================================
--- trunk/libfreemarker-java/debian/control 2013-07-02 13:59:07 UTC (rev 16957)
+++ trunk/libfreemarker-java/debian/control 2013-07-02 19:52:54 UTC (rev 16958)
@@ -37,8 +37,8 @@
maven-repo-helper
Standards-Version: 3.9.4
Homepage: http://www.freemarker.org
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libfreemarker-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libfreemarker-java
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libfreemarker-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libfreemarker-java
Package: libfreemarker-java
Architecture: all
Modified: trunk/libfreemarker-java/debian/rules
===================================================================
--- trunk/libfreemarker-java/debian/rules 2013-07-02 13:59:07 UTC (rev 16957)
+++ trunk/libfreemarker-java/debian/rules 2013-07-02 19:52:54 UTC (rev 16958)
@@ -22,7 +22,7 @@
mh_clean
get-orig-source:
- uscan --force-download --rename
+ uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename
get-orig-pom:
wget --user-agent="Mozilla/5.0" -O debian/pom.xml $(MAVEN_REPO)/org/freemarker/freemarker/$(POM_VERSION)/freemarker-$(POM_VERSION).pom
More information about the pkg-java-commits
mailing list