[pkg-java] r17286 - trunk/httpunit/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Sun Sep 29 17:50:38 UTC 2013
Author: nomadium-guest
Date: 2013-09-29 17:50:38 +0000 (Sun, 29 Sep 2013)
New Revision: 17286
Modified:
trunk/httpunit/debian/changelog
trunk/httpunit/debian/control
trunk/httpunit/debian/copyright
trunk/httpunit/debian/maven.rules
Log:
* Fix incorrect dependency info on junit in POM file (Closes: #724925).
* Use canonical URLs on Vcs-* fields.
* Update copyright file.
Modified: trunk/httpunit/debian/changelog
===================================================================
--- trunk/httpunit/debian/changelog 2013-09-29 17:07:34 UTC (rev 17285)
+++ trunk/httpunit/debian/changelog 2013-09-29 17:50:38 UTC (rev 17286)
@@ -4,12 +4,15 @@
* Remove Michael Koch from Uploaders list.
Thanks for your work on this package. (Closes: #654021).
* Update copyright file.
+ * Fix incorrect dependency info on junit in POM file (Closes: #724925).
+ * Use canonical URLs on Vcs-* fields.
+ * Update copyright file.
[ Emmanuel Bourg ]
* Updated Standards-Version to 3.9.4 (no changes)
* Removed the build dependency on libgnujaf-java
- -- Miguel Landaeta <miguel at miguel.cc> Thu, 26 Jul 2012 19:43:00 -0430
+ -- Miguel Landaeta <miguel at miguel.cc> Sun, 29 Sep 2013 14:29:50 -0300
httpunit (1.7+dfsg-9) unstable; urgency=low
Modified: trunk/httpunit/debian/control
===================================================================
--- trunk/httpunit/debian/control 2013-09-29 17:07:34 UTC (rev 17285)
+++ trunk/httpunit/debian/control 2013-09-29 17:50:38 UTC (rev 17286)
@@ -8,9 +8,9 @@
libservlet2.5-java, libnekohtml-java, libxerces2-java,
maven-repo-helper (>= 1.6)
Standards-Version: 3.9.4
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/httpunit/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/httpunit
-Homepage: http://httpunit.org
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/httpunit/
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/httpunit
+Homepage: http://httpunit.org/
Package: libhttpunit-java
Architecture: all
Modified: trunk/httpunit/debian/copyright
===================================================================
--- trunk/httpunit/debian/copyright 2013-09-29 17:07:34 UTC (rev 17285)
+++ trunk/httpunit/debian/copyright 2013-09-29 17:50:38 UTC (rev 17286)
@@ -46,7 +46,7 @@
SOFTWARE.
Files: debian/*
-Copyright: © 2009-2012, Miguel Landaeta <miguel at miguel.cc>,
+Copyright: © 2009-2013, Miguel Landaeta <miguel at miguel.cc>,
© 2010, Gabriele Giacone <1o5g4r8o at gmail.com>
License: GPL-2+
This program is free software; you can redistribute it and/or modify
Modified: trunk/httpunit/debian/maven.rules
===================================================================
--- trunk/httpunit/debian/maven.rules 2013-09-29 17:07:34 UTC (rev 17285)
+++ trunk/httpunit/debian/maven.rules 2013-09-29 17:50:38 UTC (rev 17286)
@@ -3,3 +3,4 @@
s/jtidy/net.sf.jtidy/ * * s/.*/debian/ *
s/javax.servlet/javax.servlet.jsp/ jsp-api jar s/2\..*/2.1/ * *
javax.servlet servlet-api jar s/2\..*/2.5/ * *
+junit junit jar s/.*/3.x/ * *
More information about the pkg-java-commits
mailing list