[libjgoodies-looks-java] 14/14: drop debian/README.debian and update debian/README.source
Tony Mancill
tmancill at moszumanska.debian.org
Sun Nov 6 21:52:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository libjgoodies-looks-java.
commit e10f4f69bf49341986f356e7176bce6ede98e606
Author: tony mancill <tmancill at debian.org>
Date: Sun Nov 6 13:48:48 2016 -0800
drop debian/README.debian and update debian/README.source
---
debian/README.debian | 11 -----------
debian/README.source | 38 ++++++++++++--------------------------
2 files changed, 12 insertions(+), 37 deletions(-)
diff --git a/debian/README.debian b/debian/README.debian
deleted file mode 100644
index 6fdbee6..0000000
--- a/debian/README.debian
+++ /dev/null
@@ -1,11 +0,0 @@
-The 2.5.2 upstream release of JGoodies Looks should be functionally
-identical to the 2.5.0 release. The primary differences are the changes
-to the upstream packaging and build system conversion from ant to maven.
-
-The 2.5.2 version builds a single JAR file jgoodies-looks.jar, which
-should include the the classes that were previously shipped separately
-in the jgoodies-looks-win.jar and jgoodies-plastic.jar files. If you
-encounter problems the updated packaging, please file a bug via the
-Debian BTS.
-
- -- tony mancill <tmancill at debian.org> Sat, 24 Nov 2012 14:50:35 -0800
diff --git a/debian/README.source b/debian/README.source
index 6c8bdb8..3c651fc 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,36 +1,22 @@
Information about libjgoodies-looks-java
----------------------------------------
-The 2.5.2 version of this package was debianized using the
-mh_make command from the maven-debian-helper package.
+The 2.7.0 upstream tarball was constructed from the POM file,
+sources.jar and javadoc.jar published on Maven Central.
-The build system uses Maven but prevents it from downloading
-anything from the Internet, making the build compliant with
-the Debian policy.
+http://repo1.maven.org/maven2/com/jgoodies/jgoodies-looks/2.7.0/
-The original upstream source distribution has been repacked
-as it contains binary JAR files. The following modifications
-were made to the upstream source distribution:
+That is:
-The sources were extracted with:
+mkdir jgoodies-looks-2.7.0 && cd jgoodies-looks-2.7.0
+mv /path/to/jgoodies-looks-2.7.0.pom ./pom.xml
-unzip -d src/main/java jgoodies-looks-2.5.2-sources.jar
-unzip -d src/test/java jgoodies-looks-2.5.2-tests.jar
+mkdir -p src/main/java && cd src/main/java
+jar xf /path/to/jgoodies-looks-2.7.0-sources.jar
-The resources were moved into standard maven resource
-folders:
+cd ../../..
-mkdir -p src/main/resources/com/jgoodies/looks/common
-mkdir -p src/main/resources/com/jgoodies/looks/windows
-mkdir -p src/main/resources/com/jgoodies/looks/plastic
-mv -iv src/main/java/com/jgoodies/looks/common/shadown.png src/main/resources/com/jgoodies/looks/common
-mv -iv src/main/java/com/jgoodies/looks/windows/icons src/main/resources/com/jgoodies/looks/windows
-mv -iv src/main/java/com/jgoodies/looks/plastic/icons src/main/resources/com/jgoodies/looks/plastic
-
-Then these files were deleted:
-
-jgoodies-looks-2.5.2.jar
-jgoodies-looks-2.5.2-javadoc.jar
-jgoodies-looks-2.5.2-sources.jar
-jgoodies-looks-2.5.2-tests.jar
+mkdir -p docs/api && cd docs/api
+jar xf /path/to/jgoodies-looks-2.7.0-javadoc.jar
+cd .. && tar cjf libjgoodies-looks-java_2.7.0.orig.tar.xz jgoodies-looks-2.7.0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjgoodies-looks-java.git
More information about the pkg-java-commits
mailing list