[Git][java-team/yydebug][debian/sid] Deleted 12 commits: Fixed the maintainer address

Hideki Yamane gitlab at salsa.debian.org
Sat May 2 17:10:39 BST 2020



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


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
0b774a79 by Emmanuel Bourg at 2018-08-06T14:19:31+02:00
Fixed the maintainer address

- - - - -
4e4462dd by Emmanuel Bourg at 2018-09-24T11:30:01+02:00
Standards-Version updated to 4.2.1

- - - - -
842d6ed1 by Emmanuel Bourg at 2018-09-24T11:45:04+02:00
Wrap and sort

- - - - -
9c594669 by Emmanuel Bourg at 2018-09-24T11:46:04+02:00
Simplified debian/rules

- - - - -
aeb1f34a by Emmanuel Bourg at 2018-09-24T11:48:46+02:00
Upload to unstable

- - - - -
1eb24a1e by Hideki Yamane at 2020-04-27T19:33:10+09:00
set Standards-Version: 4.5.0

- - - - -
022bff5e by Hideki Yamane at 2020-04-27T19:33:39+09:00
add Rules-Requires-Root: no

- - - - -
fa994886 by Hideki Yamane at 2020-04-27T19:34:19+09:00
remove tabs

- - - - -
d7905823 by Hideki Yamane at 2020-04-27T19:39:36+09:00
add debian/salsa-ci.yml

- - - - -
960b4ad6 by Hideki Yamane at 2020-04-27T19:39:36+09:00
add debian/gbp.conf

- - - - -
4e153076 by Hideki Yamane at 2020-04-27T19:39:36+09:00
note to changelog

- - - - -
071022db by Hideki Yamane at 2020-04-27T19:43:30+09:00
Merge branch 'debian/sid' of salsa.debian.org:java-team/yydebug into debian/sid

- - - - -


6 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,20 @@
+yydebug (1.1.0-11) 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
+
+  [ Emmanuel Bourg ]
+  * Fixed the maintainer address
+  * Standards-Version updated to 4.2.1
+
+ -- Hideki Yamane <henrich at debian.org>  Mon, 27 Apr 2020 19:35:01 +0900
+
 yydebug (1.1.0-10) unstable; urgency=medium
 
   * debian/control


=====================================
debian/control
=====================================
@@ -1,13 +1,14 @@
 Source: yydebug
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.net>
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Hideki Yamane <henrich at debian.org>
 Build-Depends: debhelper-compat (= 13), default-jdk
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: https://github.com/jruby/jay-yydebug
 Vcs-Git: https://salsa.debian.org/java-team/yydebug.git
 Vcs-Browser: https://salsa.debian.org/java-team/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...071022db9a824a133d4b51f651b23df455ba6cf7

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200502/ed00d272/attachment.html>


More information about the pkg-java-commits mailing list