[pkg-java] r16505 - trunk/libitext1-java/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon Apr 8 07:37:45 UTC 2013
Author: ebourg-guest
Date: 2013-04-08 07:37:45 +0000 (Mon, 08 Apr 2013)
New Revision: 16505
Modified:
trunk/libitext1-java/debian/rules
Log:
Fixed the URL used to fetch the pom.xml file
Modified: trunk/libitext1-java/debian/rules
===================================================================
--- trunk/libitext1-java/debian/rules 2013-04-07 23:14:11 UTC (rev 16504)
+++ trunk/libitext1-java/debian/rules 2013-04-08 07:37:45 UTC (rev 16505)
@@ -30,5 +30,5 @@
-uscan --download-version $(VERSION) --force-download --rename
get-orig-pom:
- -wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/com/lowagie/itext/$(VERSION)/itext-$(VERSION).pom
+ -wget -O debian/pom.xml http://repo1.maven.org/maven2/com/lowagie/itext/$(VERSION)/itext-$(VERSION).pom
More information about the pkg-java-commits
mailing list