Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
jd-gui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kali Linux
Packages
jd-gui
Commits
1c6a3011
Commit
1c6a3011
authored
Aug 22, 2017
by
Sophie Brun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import new upstream release (Closes: 4073)
parent
3ed0d8c2
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
44 additions
and
28 deletions
+44
-28
debian/changelog
debian/changelog
+6
-0
debian/compat
debian/compat
+1
-1
debian/control
debian/control
+5
-5
debian/copyright
debian/copyright
+17
-7
debian/dirs
debian/dirs
+0
-1
debian/docs
debian/docs
+2
-1
debian/helper-script/jd-gui
debian/helper-script/jd-gui
+3
-0
debian/jd-gui.install
debian/jd-gui.install
+1
-2
debian/rules
debian/rules
+5
-8
debian/watch
debian/watch
+4
-3
No files found.
debian/changelog
View file @
1c6a3011
jd-gui (1.4.0-0kali1) kali-dev; urgency=medium
* Import new upstream release (Closes: 4073)
-- Sophie Brun <sophie@freexian.com> Tue, 22 Aug 2017 15:51:12 +0200
jd-gui (0.3.5-1kali0) kali; urgency=low
* Initial release (Closes: #0000171)
...
...
debian/compat
View file @
1c6a3011
8
10
debian/control
View file @
1c6a3011
...
...
@@ -2,15 +2,15 @@ Source: jd-gui
Section: utils
Priority: extra
Maintainer: Devon Kearns <dookie@kali.org>
Build-Depends: debhelper (>=
8.0.
0)
Standards-Version:
3.9.3
Homepage: http://j
ava.decompiler.free.fr/?q=jdgui
Vcs-Git:
ssh://git@
git.kali.org/packages/jd-gui.git
Build-Depends: debhelper (>=
1
0)
Standards-Version:
4.0.0
Homepage: http://j
d.benow.ca/
Vcs-Git:
git://
git.kali.org/packages/jd-gui.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/jd-gui.git;a=summary
Package: jd-gui
Architecture: all
Depends: ${misc:Depends},
libgtk2.0-0
Depends: ${misc:Depends},
default-jre
Description: GUI Java .class decompiler
JD-GUI is a standalone graphical utility that displays Java source codes of
".class" files. You can browse the reconstructed source code with the JD-GUI
...
...
debian/copyright
View file @
1c6a3011
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jd-gui
Source: http
://java.decompiler.free.fr/?q=jd
gui
Source: http
s://github.com/java-decompiler/jd-
gui
Files: *
Copyright: 2008-2012 Emmanuel Dupuy
License: Non-commercial
JD-GUI is free for non-commercial use. This means that JD-GUI shall not be
included or embedded into commercial software products. Nevertheless, JD-GUI
may be freely used for personal needs in a commercial or non-commercial
environments.
Copyright: 2008-2015 Emmanuel Dupuy
License: GPL-3
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as published by
the Free Software Foundation.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
Files: debian/*
Copyright: 2013 Devon Kearns <dookie@kali.org>
...
...
debian/dirs
View file @
1c6a3011
usr/bin
usr/share/jd-gui
debian/docs
View file @
1c6a3011
readme.txt
NOTICE
README.md
debian/helper-script/jd-gui
0 → 100644
View file @
1c6a3011
#!/bin/sh
java
-jar
/usr/share/jd-gui/jd-gui.jar
debian/jd-gui.install
View file @
1c6a3011
jd
-
gui
usr
/
bin
/
contrib
usr
/
share
/
jd
-
gui
/
debian
/
helper
-
script
/*
usr
/
bin
/
debian/rules
View file @
1c6a3011
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/dpkg/pkg-info.mk
%:
dh $@
override_dh_install:
dh_install
cp jd-gui-$(DEB_VERSION_UPSTREAM).jar debian/jd-gui/usr/share/jd-gui/jd-gui.jar
debian/watch
View file @
1c6a3011
version=3
# Upstream does not provide proper tarballs
version=4
# just to watch the new release, not for downloading the tar.gz
opts="filenamemangle=s/.*\/v?(.*)\.tar\.gz/jd-gui-$1.tar.gz/" \
https://github.com/java-decompiler/jd-gui/tags .*/v?(.*)\.tar\.gz
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment