From e675416b8c51934ccb82d0675199ae3c27e8b2be Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Tue, 1 Apr 2014 21:27:49 +0000
Subject: [PATCH] debian: re-enable javadocs pkgs, bump changelog

---
 debian/changelog |  8 +++++++-
 debian/control   | 26 +++++++++++++-------------
 2 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f02e8d39a4..79a978ec5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+i2p (0.9.12-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Kill Your TV <killyourtv@i2pmail.org>  Mon, 31 Mar 2014 19:07:54 +0000
+
 i2p (0.9.11-2) UNRELEASED; urgency=medium
 
   * systemd support in Ubuntu Saucy (and newer) and Debian unstable (ticket
@@ -5,7 +11,7 @@ i2p (0.9.11-2) UNRELEASED; urgency=medium
   * Set homepage address to geti2p.net
   * Bump standards version (no source changes needed)
 
- -- Kill Your TV <killyourtv@i2pmail.org>  Thu, 13 Mar 2014 01:10:46 +0000
+ -- Kill Your TV <killyourtv@i2pmail.org>  Tue, 11 Mar 2014 00:45:52 +0000
 
 i2p (0.9.11-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 7819031879..627b9e2adf 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Package: libjbigi-jni
 Architecture: any
 Section: java
 Priority: optional
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${shlibs:Depends}, i2p-router
 Homepage: http://www.i2p2.de/jbigi
 Description: Java Big Integer library
  This Package contains the libjbigi JNI library (and on x86 platforms, jcpuid).
@@ -53,18 +53,18 @@ Description: Java Big Integer library
  the ones used by I2P. You can expect to see a 5-7x speed improvement on certain
  tasks, such as elGamal encryption/decryption.
 
-#Package: i2p-doc
-#Architecture: all
-#Section: doc
-#Depends: ${misc:Depends}
-#Suggests: i2p, default-jdk-doc
-#Description: Documentation for I2P
-# I2P is an anonymizing network, offering a simple layer that identity-sensitive
-# applications can use to securely communicate. All data is wrapped with several
-# layers of encryption, and the network is both distributed and dynamic, with no
-# trusted parties.
-# .
-# This package contains the Javadoc files.
+Package: i2p-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: i2p, default-jdk-doc
+Description: Documentation for I2P
+ I2P is an anonymizing network, offering a simple layer that identity-sensitive
+ applications can use to securely communicate. All data is wrapped with several
+ layers of encryption, and the network is both distributed and dynamic, with no
+ trusted parties.
+ .
+ This package contains the Javadoc files.
 
 Package: i2p-router
 Architecture: all
-- 
GitLab