Author: paulcager-guest
Date: 2007-01-10 12:09:18 +0100 (Wed, 10 Jan 2007)
New Revision: 2925

Modified:
   trunk/bcel/debian/changelog
   trunk/bcel/debian/control
   trunk/bcel/debian/copyright
Log:
fixed style errors following a review by panthera

Modified: trunk/bcel/debian/changelog
===================================================================
--- trunk/bcel/debian/changelog 2007-01-09 19:11:04 UTC (rev 2924)
+++ trunk/bcel/debian/changelog 2007-01-10 11:09:18 UTC (rev 2925)
@@ -1,6 +1,11 @@
 bcel (5.2-1) unstable; urgency=low
 
-  * New upstream release (Closes: #349779)
+  * New upstream release (Closes: #349779).
+  * Added myself to co-maintainers.
+  * Moved ant /cdbs from build-depends-indep to build-depends as
+    required by java-policy (and lintian).
+  * Added watch file.
+  * bumped debhelper to version 5.
 
  -- Paul Cager <[EMAIL PROTECTED]>  Mon, 08 Jan 2007 23:15:00 +0000
 
@@ -91,7 +96,3 @@
   * Initial Release.
 
  -- Takashi Okamoto <[EMAIL PROTECTED]>  Sun,  5 Aug 2001 10:22:10 +0900
-
-Local variables:
-mode: debian-changelog
-End:

Modified: trunk/bcel/debian/control
===================================================================
--- trunk/bcel/debian/control   2007-01-09 19:11:04 UTC (rev 2924)
+++ trunk/bcel/debian/control   2007-01-10 11:09:18 UTC (rev 2925)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Stefan Gybas <[EMAIL PROTECTED]>, Arnaud Vandyck <[EMAIL 
PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL 
PROTECTED]>, Paul Cager <[EMAIL PROTECTED]>
-Build-Depends-Indep:  kaffe (>= 2:1.1.5-3), libxerces2-java, libregexp-java
-Build-Depends: debhelper (>= 4.2.30), cdbs
+Build-Depends-Indep:  kaffe (>= 2:1.1.5-3), libregexp-java, libxerces2-java
+Build-Depends: ant (>= 1.6.5), cdbs (>= 0.4.5.3) debhelper (>= 5)
 Standards-Version: 3.7.2
 
 Package: libbcel-java
@@ -26,15 +26,14 @@
  learn about the Java Virtual Machine (JVM) and the format of Java .class
  files. 
  .
- See http://jakarta.apache.org/bcel/ for more information about BCEL.
+  Homepage: http://jakarta.apache.org/bcel/
 
 Package: libbcel-java-doc
 Architecture: all
 Section: doc
 Suggests: libbcel-java
 Description: Documentation for Byte Code Engineering Library (BCEL)
- Documentation for bcel Java library which is perpose for manipulate Java 
+ Documentation for the BCEL Java library which is used to manipulate Java 
  bytecode.
  .
- See http://jakarta.apache.org/bcel/ for more information about BCEL.
-
+  Homepage: http://jakarta.apache.org/bcel/

Modified: trunk/bcel/debian/copyright
===================================================================
--- trunk/bcel/debian/copyright 2007-01-09 19:11:04 UTC (rev 2924)
+++ trunk/bcel/debian/copyright 2007-01-10 11:09:18 UTC (rev 2925)
@@ -9,57 +9,54 @@
 
 Copyright (BSD-style license):
 
-/* ====================================================================
- * The Apache Software License, Version 1.1
- *
- * Copyright (c) 2001 The Apache Software Foundation.  All rights
- * reserved.
- *
- * 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. The end-user documentation included with the redistribution,
- *    if any, must include the following acknowledgment:
- *       "This product includes software developed by the
- *        Apache Software Foundation (http://www.apache.org/)."
- *    Alternately, this acknowledgment may appear in the software itself,
- *    if and wherever such third-party acknowledgments normally appear.
- *
- * 4. The names "Apache" and "Apache Software Foundation" and
- *    "Apache BCEL" must not be used to endorse or promote products
- *    derived from this software without prior written permission. For
- *    written permission, please contact [EMAIL PROTECTED]
- *
- * 5. Products derived from this software may not be called "Apache",
- *    "Apache BCEL", nor may "Apache" appear in their name, without
- *    prior written permission of the Apache Software Foundation.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Apache Software Foundation.  For more
- * information on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
- */
+       The Apache Software License, Version 1.1
 
+       Copyright (c) 2001 The Apache Software Foundation.  All rights
+       reserved.
+
+       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. The end-user documentation included with the redistribution,
+          if any, must include the following acknowledgment:
+             "This product includes software developed by the
+              Apache Software Foundation (http://www.apache.org/)."
+          Alternately, this acknowledgment may appear in the software itself,
+          if and wherever such third-party acknowledgments normally appear.
+
+       4. The names "Apache" and "Apache Software Foundation" and
+          "Apache BCEL" must not be used to endorse or promote products
+          derived from this software without prior written permission. For
+          written permission, please contact [EMAIL PROTECTED]
+
+       5. Products derived from this software may not be called "Apache",
+          "Apache BCEL", nor may "Apache" appear in their name, without
+          prior written permission of the Apache Software Foundation.
+
+       THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+       WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+       OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+       DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+       ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+       SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+       LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+       USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+       ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+       OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+       OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+       SUCH DAMAGE.
+       ====================================================================
+
+       This software consists of voluntary contributions made by many
+       individuals on behalf of the Apache Software Foundation.  For more
+       information on the Apache Software Foundation, please see
+       <http://www.apache.org/>.


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to