[Git][java-team/pleiades][master] 6 commits: use dh12

Hideki Yamane gitlab at salsa.debian.org
Sun Sep 29 08:14:20 BST 2019



Hideki Yamane pushed to branch master at Debian Java Maintainers / pleiades


Commits:
02b95ee5 by Hideki Yamane at 2019-09-29T06:45:34Z
use dh12

- - - - -
07e6cbe4 by Hideki Yamane at 2019-09-29T06:53:15Z
add Rules-Requires-Root: no

- - - - -
bb5eadda by Hideki Yamane at 2019-09-29T06:53:27Z
set Standards-Version: 4.4.0

- - - - -
f49d7b26 by Hideki Yamane at 2019-09-29T06:53:54Z
add debian/salsa-ci.yml

- - - - -
f04d392a by Hideki Yamane at 2019-09-29T06:59:32Z
drop obsolete get-orig-source

- - - - -
fe7fff9f by Hideki Yamane at 2019-09-29T07:00:13Z
note to changelog

- - - - -


5 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+pleiades (1.7.27-5) UNRELEASED; urgency=medium
+
+  * debian/control
+    - use dh12
+    - add Rules-Requires-Root: no
+    - set Standards-Version: 4.4.0
+  * add debian/salsa-ci.yml
+  * debian/rules
+    - drop obsolete get-orig-source
+
+ -- Hideki Yamane <henrich at debian.org>  Sun, 29 Sep 2019 15:59:51 +0900
+
 pleiades (1.7.27-4) unstable; urgency=medium
 
   * debian/control


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


=====================================
debian/control
=====================================
@@ -3,12 +3,13 @@ Section: devel
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Hideki Yamane <henrich at debian.org>
-Build-Depends: debhelper (>= 11), ant, default-jdk, ant-optional, junit
+Build-Depends: debhelper-compat (= 12), ant, default-jdk, ant-optional, junit
 Build-Depends-Indep: libjavassist-java, zip, unzip
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
 Homepage: https://mergedoc.osdn.jp/
 Vcs-Git: https://salsa.debian.org/java-team/pleiades.git
 Vcs-Browser: https://salsa.debian.org/java-team/pleiades
+Rules-Requires-Root: no
 
 Package: pleiades
 Architecture: all


=====================================
debian/rules
=====================================
@@ -29,12 +29,3 @@ override_dh_installchangelogs:
 #override_dh_clean:
 #	debconf-updatepo
 #	dh_clean
-
-get-orig-source:
-	TMPDIR=`mktemp -d`;\
-	uscan --download-version $(UPSTREAM_VERSION) --destdir $$TMPDIR --force-download --no-symlink ;\
-	mkdir -p $$TMPDIR/pleiades ;\
-	unzip $$TMPDIR/pleiades_$(UPSTREAM_VERSION)-src.zip -d $$TMPDIR/pleiades ;\
-	for i in $(REMOVE_FILES) ; do rm -rf $$TMPDIR/pleiades/$$i; done ;\
-	cd $$TMPDIR; tar cJf pleiades_$(COMPAT_VERSION).orig.tar.xz pleiades ;\
-	rm -rf $$TMPDIR/pleiades-$(UPSTREAM_VERSION) 


=====================================
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/pleiades/compare/f74d5efcd567ce7ba032e7975e62aa21dbd17570...fe7fff9fbc846b55764eb20e1dd29cc615c83025

-- 
View it on GitLab: https://salsa.debian.org/java-team/pleiades/compare/f74d5efcd567ce7ba032e7975e62aa21dbd17570...fe7fff9fbc846b55764eb20e1dd29cc615c83025
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/20190929/3d6c9a37/attachment.html>


More information about the pkg-java-commits mailing list