[med-svn] [Git][med-team/libjbzip2-java][master] 2 commits: Drop explict specification of source and target version
Andreas Tille
gitlab at salsa.debian.org
Sun Mar 25 08:32:50 UTC 2018
Andreas Tille pushed to branch master at Debian Med / libjbzip2-java
Commits:
9e8b483c by Andreas Tille at 2018-03-25T09:58:36+02:00
Drop explict specification of source and target version
- - - - -
7c6aee8b by Andreas Tille at 2018-03-25T10:03:02+02:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libjbzip2-java (0.9.1-4) UNRELEASED; urgency=medium
+libjbzip2-java (0.9.1-4) unstable; urgency=medium
* Team upload
* Moved the package from pkg-java SVN to Debian Med team Git
@@ -9,10 +9,11 @@ libjbzip2-java (0.9.1-4) UNRELEASED; urgency=medium
* Remove outdated README.source and README.Debian
* d/rules: remove unneeded get-orig-source target
* Fix encoding
- Closes: #893247
* d/control: s/${shlibs:Depends}/${java:Depends}/
+ * d/rules: Drop explicit specification of source and target version
+ Closes: #893247
- -- Andreas Tille <tille at debian.org> Sun, 25 Mar 2018 09:05:46 +0200
+ -- Andreas Tille <tille at debian.org> Sun, 25 Mar 2018 09:58:44 +0200
libjbzip2-java (0.9.1-3) unstable; urgency=low
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
override_dh_auto_build:
mkdir -p build/org/itadaki/bzip2
- javac -source 1.5 -target 1.5 -d build src/org/itadaki/bzip2/*.java
+ javac -d build src/org/itadaki/bzip2/*.java
cd build && jar cvf ../jbzip2.jar *
override_dh_clean:
View it on GitLab: https://salsa.debian.org/med-team/libjbzip2-java/compare/b9f151324ff01e139135c5ef6db7b4da1d7acc9b...7c6aee8b9a308d1799a8c241f6f224c3cfee3147
---
View it on GitLab: https://salsa.debian.org/med-team/libjbzip2-java/compare/b9f151324ff01e139135c5ef6db7b4da1d7acc9b...7c6aee8b9a308d1799a8c241f6f224c3cfee3147
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180325/e729d61b/attachment.html>
More information about the debian-med-commit
mailing list