[pkg-java] r5104 - trunk/libtvanytimeapi-java/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Mon Dec 17 20:12:05 UTC 2007


Author: twerner
Date: 2007-12-17 20:12:05 +0000 (Mon, 17 Dec 2007)
New Revision: 5104

Modified:
   trunk/libtvanytimeapi-java/debian/
   trunk/libtvanytimeapi-java/debian/copyright
   trunk/libtvanytimeapi-java/debian/rules
Log:
package builds now



Property changes on: trunk/libtvanytimeapi-java/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: trunk/libtvanytimeapi-java/debian/copyright
===================================================================
--- trunk/libtvanytimeapi-java/debian/copyright	2007-12-17 20:07:10 UTC (rev 5103)
+++ trunk/libtvanytimeapi-java/debian/copyright	2007-12-17 20:12:05 UTC (rev 5104)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://sourceforge.net/projects/tvanytimeapi/
 
-Upstream Authors: Chris Newell, Tristan Ferne
+Upstream Authors: Chris Newell, Tristan Ferne, Tim Sargeant
 
 Copyright: (c) 2003-2005 BBC Research and Development
 
@@ -21,7 +21,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 The full text of the LGPL can be found in
 /usr/share/common-licenses/LGPL-2.1 on Debian GNU/Linux systems.

Modified: trunk/libtvanytimeapi-java/debian/rules
===================================================================
--- trunk/libtvanytimeapi-java/debian/rules	2007-12-17 20:07:10 UTC (rev 5103)
+++ trunk/libtvanytimeapi-java/debian/rules	2007-12-17 20:12:05 UTC (rev 5104)
@@ -6,9 +6,9 @@
 JAVA_HOME         := /usr/lib/jvm/java-gcj
 DEB_ANT_BUILDFILE := debian/build.xml
 
-install/libcommons-compress-java:: 
-	install -m644 -D commons-compress.jar $(DEB_DESTDIR)/usr/share/java/commons-compress-$(DEB_UPSTREAM_VERSION).jar
-	dh_link -plibcommons-compress-java /usr/share/java/commons-compress-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/commons-compress.jar
+install/libtvanytimeapi-java:: 
+	install -m644 -D tvanytimeapi.jar $(DEB_DESTDIR)/usr/share/java/tvanytimeapi-$(DEB_UPSTREAM_VERSION).jar
+	dh_link -plibtvanytimeapi-java /usr/share/java/tvanytimeapi-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/tvanytimeapi.jar
 
 get-orig-source:
 	sh debian/orig-tar.sh




More information about the pkg-java-commits mailing list