Codebase list jd-gui / debian/1.4.0-0kali1
Import new upstream release (Closes: 4073) Sophie Brun 6 years ago
10 changed file(s) with 44 addition(s) and 28 deletion(s). Raw diff Collapse all Expand all
0 jd-gui (1.4.0-0kali1) kali-dev; urgency=medium
1
2 * Import new upstream release (Closes: 4073)
3
4 -- Sophie Brun <[email protected]> Tue, 22 Aug 2017 15:51:12 +0200
5
06 jd-gui (0.3.5-1kali0) kali; urgency=low
17
28 * Initial release (Closes: #0000171)
11 Section: utils
22 Priority: extra
33 Maintainer: Devon Kearns <[email protected]>
4 Build-Depends: debhelper (>= 8.0.0)
5 Standards-Version: 3.9.3
6 Homepage: http://java.decompiler.free.fr/?q=jdgui
7 Vcs-Git: ssh://[email protected]/packages/jd-gui.git
4 Build-Depends: debhelper (>= 10)
5 Standards-Version: 4.0.0
6 Homepage: http://jd.benow.ca/
7 Vcs-Git: git://git.kali.org/packages/jd-gui.git
88 Vcs-Browser: http://git.kali.org/gitweb/?p=packages/jd-gui.git;a=summary
99
1010 Package: jd-gui
1111 Architecture: all
12 Depends: ${misc:Depends}, libgtk2.0-0
12 Depends: ${misc:Depends}, default-jre
1313 Description: GUI Java .class decompiler
1414 JD-GUI is a standalone graphical utility that displays Java source codes of
1515 ".class" files. You can browse the reconstructed source code with the JD-GUI
00 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: jd-gui
2 Source: http://java.decompiler.free.fr/?q=jdgui
2 Source: https://github.com/java-decompiler/jd-gui
33
44 Files: *
5 Copyright: 2008-2012 Emmanuel Dupuy
6 License: Non-commercial
7 JD-GUI is free for non-commercial use. This means that JD-GUI shall not be
8 included or embedded into commercial software products. Nevertheless, JD-GUI
9 may be freely used for personal needs in a commercial or non-commercial
10 environments.
5 Copyright: 2008-2015 Emmanuel Dupuy
6 License: GPL-3
7 This package is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 3 as published by
9 the Free Software Foundation.
10 .
11 This package is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15 .
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>
18 .
19 On Debian systems, the complete text of the GNU General
20 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
1121
1222 Files: debian/*
1323 Copyright: 2013 Devon Kearns <[email protected]>
0 usr/bin
10 usr/share/jd-gui
0 readme.txt
0 NOTICE
1 README.md
0 #!/bin/sh
1
2 java -jar /usr/share/jd-gui/jd-gui.jar
0 jd-gui usr/bin/
1 contrib usr/share/jd-gui/
0 debian/helper-script/* usr/bin/
00 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Sample debian/rules that uses debhelper.
3 # This file was originally written by Joey Hess and Craig Small.
4 # As a special exception, when this file is copied by dh-make into a
5 # dh-make output file, you may use that output file without restriction.
6 # This special exception was added by Craig Small in version 0.37 of dh-make.
71
8 # Uncomment this to turn on verbose mode.
9 #export DH_VERBOSE=1
2 include /usr/share/dpkg/pkg-info.mk
103
114 %:
125 dh $@
6
7 override_dh_install:
8 dh_install
9 cp jd-gui-$(DEB_VERSION_UPSTREAM).jar debian/jd-gui/usr/share/jd-gui/jd-gui.jar
0 version=3
1
2 # Upstream does not provide proper tarballs
0 version=4
1 # just to watch the new release, not for downloading the tar.gz
2 opts="filenamemangle=s/.*\/v?(.*)\.tar\.gz/jd-gui-$1.tar.gz/" \
3 https://github.com/java-decompiler/jd-gui/tags .*/v?(.*)\.tar\.gz