This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository stegosuite.
commit 033f2534b2858eedb38f283640a0166419cdb46a Author: Markus Koschany <[email protected]> Date: Sat Jun 4 10:26:44 2016 +0200 wrap-and-sort -sa. --- debian/control | 25 +++++++++++++++++++------ debian/copyright | 5 ++--- debian/stegosuite.install | 2 +- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 1a60894..14eb4ad 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,18 @@ Source: stegosuite Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Tobias Ilte <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5), libmaven-compiler-plugin-java, libmaven-jar-plugin-java -Build-Depends-Indep: liblogback-java, libslf4j-java, libswt-gtk-4-java +Uploaders: + Tobias Ilte <[email protected]> +Build-Depends: + debhelper (>= 9), + default-jdk, + libmaven-compiler-plugin-java, + libmaven-jar-plugin-java, + maven-debian-helper (>= 1.5) +Build-Depends-Indep: + liblogback-java, + libslf4j-java, + libswt-gtk-4-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/pkg-java/stegosuite.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/stegosuite.git @@ -12,9 +21,13 @@ Homepage: https://dev.stegosuite.org/stegosuite/stegosuite Package: stegosuite Architecture: all -Depends: ${misc:Depends}, ${maven:Depends}, - libswt-gtk2-4-jni, libswt-cairo-gtk-4-jni -Suggests: ${maven:OptionalDepends} +Depends: + libswt-cairo-gtk-4-jni, + libswt-gtk2-4-jni, + ${maven:Depends}, + ${misc:Depends} +Suggests: + ${maven:OptionalDepends} Description: Steganography tool to hide information in image files Stegosuite is a graphical steganography tool to easily hide information in image files. It allows the embedding of text messages and multiple files of any diff --git a/debian/copyright b/debian/copyright index 95ad315..1be8b36 100644 --- a/debian/copyright +++ b/debian/copyright @@ -61,7 +61,7 @@ License: BSD-2-clause list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. + and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED @@ -72,7 +72,7 @@ License: BSD-2-clause LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSS- IBILITY OF SUCH DAMAGE. + SOFTWARE, EVEN IF ADVISED OF THE POSS- IBILITY OF SUCH DAMAGE. License: Apache-2.0 On Debian systems, the full text of the Apache-2.0 license @@ -85,4 +85,3 @@ License: GPL-2+ License: GPL-3 On Debian systems, the full text of the GPL-3 license can be found in the file '/usr/share/common-licenses/GPL-3' - diff --git a/debian/stegosuite.install b/debian/stegosuite.install index a6617b8..58bef7e 100644 --- a/debian/stegosuite.install +++ b/debian/stegosuite.install @@ -1,3 +1,3 @@ ./debian/stegosuite.desktop usr/share/applications/ -./src/deb/data/stegosuite.png usr/share/pixmaps/ ./src/deb/data/stegosuite usr/bin/ +./src/deb/data/stegosuite.png usr/share/pixmaps/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stegosuite.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

