[SCM] UNNAMED PROJECT branch, master, updated. 0.40-4-g6bb599c
Sylvestre Ledru
sylvestre.ledru at scilab-enterprises.com
Fri Feb 24 14:55:00 UTC 2012
The following commit has been merged in the master branch:
commit 6bb599c79644c11dd210e33089c14fac63e6f731
Author: Sylvestre Ledru <sylvestre.ledru at scilab-enterprises.com>
Date: Fri Feb 24 15:54:56 2012 +0100
* Create the new package under the source format 3.0
diff --git a/debian/changelog b/debian/changelog
index 0527d41..b853f31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ javatools (0.41) UNRELEASED; urgency=low
* Remove the sun-java6 support since it has been
removed from the archive
* Provide the support for OpenJDK 7
+ * Create the new package under the source format 3.0
- -- Sylvestre Ledru <sylvestre at debian.org> Fri, 24 Feb 2012 15:32:30 +0100
+ -- Sylvestre Ledru <sylvestre at debian.org> Fri, 24 Feb 2012 15:54:07 +0100
javatools (0.40) unstable; urgency=low
diff --git a/jh_makepkg b/jh_makepkg
index 00163c1..86e3370 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -279,6 +279,8 @@ esac
YEAR=$(date +%Y)
mkdir -p debian
+mkdir debian/source
+echo '3.0 (quilt)' > debian/source/format
cat > debian/control <<END
Source: $SRCPACKAGE
Section: ${CONTRIB}$SECTION
--
UNNAMED PROJECT
More information about the pkg-java-commits
mailing list