[pkg-java] r9976 - trunk/plexus-cipher/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Fri Aug 14 10:03:28 UTC 2009
Author: ludovicc-guest
Date: 2009-08-14 10:03:28 +0000 (Fri, 14 Aug 2009)
New Revision: 9976
Modified:
trunk/plexus-cipher/debian/changelog
trunk/plexus-cipher/debian/control
trunk/plexus-cipher/debian/copyright
trunk/plexus-cipher/debian/rules
Log:
* Update copyright notice after reading NOTICE.txt
* Change Build-Depends to default-jdk as gcj is not used
* debian/rules: compile against plexus-container-default-alpha
Modified: trunk/plexus-cipher/debian/changelog
===================================================================
--- trunk/plexus-cipher/debian/changelog 2009-08-14 09:49:30 UTC (rev 9975)
+++ trunk/plexus-cipher/debian/changelog 2009-08-14 10:03:28 UTC (rev 9976)
@@ -1,3 +1,11 @@
+plexus-cipher (1.4-2) unstable; urgency=low
+
+ * Update copyright notice after reading NOTICE.txt
+ * Change Build-Depends to default-jdk as gcj is not used
+ * debian/rules: compile against plexus-container-default-alpha
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Fri, 14 Aug 2009 10:57:49 +0100
+
plexus-cipher (1.4-1) unstable; urgency=low
* Initial release. (Closes: #526588)
Modified: trunk/plexus-cipher/debian/control
===================================================================
--- trunk/plexus-cipher/debian/control 2009-08-14 09:49:30 UTC (rev 9975)
+++ trunk/plexus-cipher/debian/control 2009-08-14 10:03:28 UTC (rev 9976)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 6), cdbs, default-jdk-builddep
+Build-Depends: debhelper (>= 6), cdbs, default-jdk
Build-Depends-Indep: maven-ant-helper (>> 4), maven-repo-helper, ant, ant-optional,
libplexus-container-default-java
Standards-Version: 3.8.1
Modified: trunk/plexus-cipher/debian/copyright
===================================================================
--- trunk/plexus-cipher/debian/copyright 2009-08-14 09:49:30 UTC (rev 9975)
+++ trunk/plexus-cipher/debian/copyright 2009-08-14 10:03:28 UTC (rev 9976)
@@ -7,6 +7,12 @@
Copyright: 2008, Sonatype Inc.
License: Apache-2.0
+Files: src/main/java/org/sonatype/plexus/components/cipher/Base64.java
+ src/main/java/org/sonatype/plexus/components/cipher/PBECipher.java
+Copyright: 2008, Julius Davies
+Copyright: 2008, Sonatype Inc.
+License: Apache-2.0
+
Files: debian/*
Copyright: 2009, Ludovic Claude <ludovic.claude at laposte.net>
License: Apache-2.0
Modified: trunk/plexus-cipher/debian/rules
===================================================================
--- trunk/plexus-cipher/debian/rules 2009-08-14 09:49:30 UTC (rev 9975)
+++ trunk/plexus-cipher/debian/rules 2009-08-14 10:03:28 UTC (rev 9976)
@@ -6,7 +6,7 @@
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := ant-nodeps plexus-container-default
+DEB_JARS := ant-nodeps plexus-container-default-alpha
DEB_ANT_BUILD_TARGET := package
DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml
DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
More information about the pkg-java-commits
mailing list