[okio] 04/04: Upload to unstable
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon May 30 22:05:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository okio.
commit 5ec48bcdd634edfcbf37a58f4862237e8e48624a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue May 31 00:01:02 2016 +0200
Upload to unstable
---
debian/.gitignore | 13 -------------
debian/changelog | 4 ++--
debian/control | 10 +++++-----
3 files changed, 7 insertions(+), 20 deletions(-)
diff --git a/debian/.gitignore b/debian/.gitignore
deleted file mode 100644
index 6c18a2c..0000000
--- a/debian/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-.debhelper/
-.javahelper_clean
-.mh/
-*.doc-base.javadoc
-*.log
-*.substvars
-debhelper-build-stamp
-files
-libokio-java*/
-maven-repo/
-maven.cleanIgnoreRules
-maven.publishedRules
-stamp-poms-patched
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index d9e48d4..b1d21f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-okio (1.8.0-1) UNRELEASED; urgency=medium
+okio (1.8.0-1) unstable; urgency=medium
* Initial release (Closes: #825539)
- -- Kai-Chung Yan <seamlikok at gmail.com> Thu, 19 May 2016 16:37:02 +0800
+ -- Kai-Chung Yan <seamlikok at gmail.com> Mon, 30 May 2016 23:50:25 +0200
diff --git a/debian/control b/debian/control
index f7b6274..9a66fe9 100644
--- a/debian/control
+++ b/debian/control
@@ -10,23 +10,23 @@ Build-Depends: debhelper (>= 9),
libmaven-javadoc-plugin-java,
maven-debian-helper
Standards-Version: 3.9.8
-Homepage: https://github.com/square/okio
Vcs-Git: https://anonscm.debian.org/git/pkg-java/okio.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/okio.git
+Homepage: https://github.com/square/okio
Package: libokio-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Description: Modern I/O API for Java
Okio is a new library that complements java.io and java.nio to make it much
- easier to access, store, and process your data.
-
+ easier to access, store, and process data.
+
Package: libokio-java-doc
Section: doc
Architecture: all
Depends: ${maven:DocDepends}, ${misc:Depends}
Description: Modern I/O API for Java - Documentations
Okio is a new library that complements java.io and java.nio to make it much
- easier to access, store, and process your data.
+ easier to access, store, and process data.
.
- This package contains the API Javadoc.
\ No newline at end of file
+ This package contains the API Javadoc.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/okio.git
More information about the pkg-java-commits
mailing list