Hideki Yamane pushed to branch debian/sid at Debian Java Maintainers / yydebug


Commits:
09ac534a by Emmanuel Bourg at 2020-05-03T01:14:05+09:00
Import Debian changes 1.1.0-11

yydebug (1.1.0-11) unstable; urgency=medium

  * Team upload.
  * Fixed the maintainer address
  * Standards-Version updated to 4.2.1

- - - - -
c0527964 by Hideki Yamane at 2020-05-03T01:16:23+09:00
use debhelper-compat (= 13)

- - - - -
5b91f76c by Hideki Yamane at 2020-05-03T01:17:58+09:00
set Standards-Version: 4.5.0

- - - - -
4e92083e by Hideki Yamane at 2020-05-03T01:19:01+09:00
set Rules-Requires-Root: no

- - - - -
c2b07c69 by Hideki Yamane at 2020-05-03T01:20:06+09:00
remove tab

- - - - -
916a6ccd by Hideki Yamane at 2020-05-03T01:20:26+09:00
add debian/salsa-ci.yml

- - - - -
b811ca25 by Hideki Yamane at 2020-05-03T01:20:32+09:00
add debian/gbp.conf

- - - - -
41e6df14 by Hideki Yamane at 2020-05-03T01:21:34+09:00
note to changelog

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/gbp.conf
- debian/rules
- + debian/salsa-ci.yml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,24 @@
+yydebug (1.1.0-12) unstable; urgency=medium
+
+  * debian/control
+    - use debhelper-compat (= 13) and drop debian/compat
+    - set Standards-Version: 4.5.0
+    - add Rules-Requires-Root: no
+  * debian/copyright
+    - remove tabs
+  * Add debian/salsa-ci.yml
+  * Add debian/gbp.conf
+
+ -- Hideki Yamane <[email protected]>  Mon, 27 Apr 2020 19:35:01 +0900
+
+yydebug (1.1.0-11) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the maintainer address
+  * Standards-Version updated to 4.2.1
+
+ -- Emmanuel Bourg <[email protected]>  Mon, 24 Sep 2018 11:48:29 +0200
+
 yydebug (1.1.0-10) unstable; urgency=medium
 
   * debian/control


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -1,13 +1,16 @@
 Source: yydebug
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers 
<[email protected]>
+Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Hideki Yamane <[email protected]>
-Build-Depends: debhelper (>= 11), default-jdk
-Standards-Version: 4.1.4
-Homepage: https://github.com/jruby/jay-yydebug
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk
+Standards-Version: 4.5.0
 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
+Rules-Requires-Root: no
 
 Package: yydebug
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-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
 
@@ -16,8 +16,8 @@ License: BSD-4-clause
     documentation and/or other materials provided with the distribution.
  3. All advertising materials mentioning features or use of this software
     must display the following acknowledgement:
-       This product includes software developed by the University of
-       California, Berkeley and its contributors.
+        This product includes software developed by the University of
+        California, Berkeley and its contributors.
  4. Neither the name of the University nor the names of its contributors
     may be used to endorse or promote products derived from this software
     without specific prior written permission.
@@ -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/gbp.conf
=====================================
@@ -0,0 +1,12 @@
+[DEFAULT]
+debian-branch = debian/sid
+upstream-tag = %(version)s
+debian-tag = debian/%(version)s
+pristine-tar = True
+color = auto
+
+[buildpackage]
+# Look for a tag matching the upstream version when creating a tarball
+upstream-tree = tag
+# uncomment this to automatically GPG sign tags:
+sign-tags = True


=====================================
debian/rules
=====================================
@@ -1,8 +1,4 @@
 #!/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
-


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,8 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - 
https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+variables:
+  SALSA_CI_DISABLE_BLHC: 1
+  SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1



View it on GitLab: 
https://salsa.debian.org/java-team/yydebug/-/compare/6053ee44d6450b3352449db099c77672350703a7...41e6df14ae947db73042f4b92e30cf78c6fe2789

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/yydebug/-/compare/6053ee44d6450b3352449db099c77672350703a7...41e6df14ae947db73042f4b92e30cf78c6fe2789
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to