[pkg-java] r6286 - trunk/asm3/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sat Apr 26 21:23:37 UTC 2008


Author: mkoch
Date: 2008-04-26 21:23:37 +0000 (Sat, 26 Apr 2008)
New Revision: 6286

Modified:
   trunk/asm3/debian/
   trunk/asm3/debian/changelog
   trunk/asm3/debian/control
   trunk/asm3/debian/copyright
   trunk/asm3/debian/rules
Log:
* Cleaned up diff.gz and removed patch to asm 3.0.
* Cleaned up debian/copyright.
* Build package in binary-indep target of debian/rules.
* Don't Build-Depend on dpatch.
* Don't use '-1' in Build-Depends.
* Updated Standards-Version to 3.7.3.
* Added Vcs-Svn and Vcs-Browser fields.



Property changes on: trunk/asm3/debian
___________________________________________________________________
Name: svn:ignore
   - files
libasm3-java
libasm3-java-doc
*.debhelper

   + files
libasm3-java
libasm3-java-doc
*.debhelper
*.debhelper.log


Modified: trunk/asm3/debian/changelog
===================================================================
--- trunk/asm3/debian/changelog	2008-04-26 20:49:31 UTC (rev 6285)
+++ trunk/asm3/debian/changelog	2008-04-26 21:23:37 UTC (rev 6286)
@@ -1,8 +1,15 @@
-asm3 (3.1-2) UNRELEASED; urgency=low
+asm3 (3.1-2) unstable; urgency=low
 
+  * Cleaned up diff.gz and removed patch to asm 3.0.
+  * Cleaned up debian/copyright.
+  * Build package in binary-indep target of debian/rules.
+  * Don't Build-Depend on dpatch.
+  * Don't use '-1' in Build-Depends.
+  * Updated Standards-Version to 3.7.3.
+  * Added Vcs-Svn and Vcs-Browser fields.
   * Changed watch file to another mirror.
 
- -- Michael Koch <konqueror at gmx.de>  Fri, 22 Feb 2008 12:18:18 +0100
+ -- Michael Koch <konqueror at gmx.de>  Sat, 26 Apr 2008 23:26:33 +0200
 
 asm3 (3.1-1) unstable; urgency=low
 

Modified: trunk/asm3/debian/control
===================================================================
--- trunk/asm3/debian/control	2008-04-26 20:49:31 UTC (rev 6285)
+++ trunk/asm3/debian/control	2008-04-26 21:23:37 UTC (rev 6286)
@@ -3,9 +3,11 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Marcus Crafter <crafterm at debian.org>, Barry Hawkins <barry at alltc.com>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5), dpatch (>= 2.0.14)
-Build-Depends-Indep: ant (>= 1.6.5-1), java-gcj-compat-dev, libow-util-ant-tasks-java (>= 1.3-2)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: ant (>= 1.6.5), java-gcj-compat-dev, libow-util-ant-tasks-java (>= 1.3-2)
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm3
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm3
 Homepage: http://asm.objectweb.org/
 
 Package: libasm3-java

Modified: trunk/asm3/debian/copyright
===================================================================
--- trunk/asm3/debian/copyright	2008-04-26 20:49:31 UTC (rev 6285)
+++ trunk/asm3/debian/copyright	2008-04-26 21:23:37 UTC (rev 6286)
@@ -5,7 +5,24 @@
 
 Upstream Authors: Eric Bruneton, Eugene Kuleshov
 
-Copyright:
+Copyright: (c) 2004-2008 Eric Bruneton, Eugene Kuleshov
 
-ASM is licensed under the BSD license, a copy of which is available
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+
+    3. Neither the name of the University nor the names of its contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
+
+ASM is licensed under the BSD license, a full copy of which is available
 in /usr/share/common-licenses/BSD

Modified: trunk/asm3/debian/rules
===================================================================
--- trunk/asm3/debian/rules	2008-04-26 20:49:31 UTC (rev 6285)
+++ trunk/asm3/debian/rules	2008-04-26 21:23:37 UTC (rev 6286)
@@ -1,19 +1,10 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 # Set a locale; currently using default
 export LANG=C
 
 VERSION=3.1
 
-# Include to enable dpatch
-#include /usr/share/dpatch/dpatch.make
-
 # Set JAVA_HOME to be used for Java commands
 JAVA_HOME=/usr/lib/jvm/java-gcj
 
@@ -36,13 +27,11 @@
 build: build-stamp
 
 build-stamp:
-#build-stamp: patch-stamp
 	dh_testdir	
 	$(ANT) dist
 	touch build-stamp
 
 clean:
-#clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp		
@@ -70,10 +59,6 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
@@ -90,5 +75,9 @@
 	dh_md5sums
 	dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the pkg-java-commits mailing list