Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Standards-Version updated to 4.2.1
· 4e4462dd
Emmanuel Bourg
authored
Sep 24, 2018
4e4462dd
Wrap and sort
· 842d6ed1
Emmanuel Bourg
authored
Sep 24, 2018
842d6ed1
Simplified debian/rules
· 9c594669
Emmanuel Bourg
authored
Sep 24, 2018
9c594669
Upload to unstable
· aeb1f34a
Emmanuel Bourg
authored
Sep 24, 2018
aeb1f34a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
aeb1f34a
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 1
4:17:11
+0200
-- Emmanuel Bourg <ebourg@apache.org> Mon,
24 Sep
2018 1
1:48:29
+0200
yydebug (1.1.0-10) unstable; urgency=medium
...
...
debian/control
View file @
aeb1f34a
...
...
@@ -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
...
...
debian/copyright
View file @
aeb1f34a
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Format: http
s
://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'.
debian/rules
View file @
aeb1f34a
#!/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