Skip to content
Commits on Source (4)
yydebug (1.1.0-11) UNRELEASED; urgency=medium
yydebug (1.1.0-11) unstable; urgency=medium
* Team upload.
[ Emmanuel Bourg ]
* Fixed the maintainer address
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Mon, 06 Aug 2018 14:17:11 +0200
-- Emmanuel Bourg <ebourg@apache.org> Mon, 24 Sep 2018 11:48:29 +0200
yydebug (1.1.0-10) unstable; urgency=medium
......
......@@ -3,11 +3,13 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper (>= 11), default-jdk
Standards-Version: 4.1.4
Homepage: https://github.com/jruby/jay-yydebug
Build-Depends:
debhelper (>= 11),
default-jdk
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/yydebug.git
Vcs-Browser: https://salsa.debian.org/java-team/yydebug
Homepage: https://github.com/jruby/jay-yydebug
Package: yydebug
Architecture: all
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: jay.yydebug
Source: https://github.com/jruby/jay-yydebug
......@@ -42,4 +42,3 @@ License: GPL-3+
License: GPL-3+
On Debian systems, the full text of the GNU General Public License version 3
can be found in the file `/usr/share/common-licenses/GPL-3'.
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export ANT="ant -propertyfile $(CURDIR)/debian/ant.properties"
%:
dh $@
......@@ -12,4 +8,3 @@ override_dh_auto_build:
override_dh_auto_clean:
cd $(CURDIR)/jay/yydebug && $(MAKE) distclean