[Git][java-team/autocomplete][master] 7 commits: Standards-Version updated to 4.6.1

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Tue May 17 08:12:59 BST 2022



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / autocomplete


Commits:
95ee6768 by Emmanuel Bourg at 2022-05-17T09:02:14+02:00
Standards-Version updated to 4.6.1

- - - - -
3d982952 by Emmanuel Bourg at 2022-05-17T09:02:20+02:00
Switch to debhelper level 13

- - - - -
85e54906 by Emmanuel Bourg at 2022-05-17T09:02:30+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
93db9c3a by Emmanuel Bourg at 2022-05-17T09:03:54+02:00
Removed the -java-doc package

- - - - -
d2f8cce0 by Emmanuel Bourg at 2022-05-17T09:05:33+02:00
Updated the watch file

- - - - -
c8690fc4 by Emmanuel Bourg at 2022-05-17T09:10:30+02:00
Remove the gradle wrapper from the upstream tarball

- - - - -
c971c6ae by Emmanuel Bourg at 2022-05-17T09:10:44+02:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libautocomplete-java-doc.javadoc
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+autocomplete (2.5.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the -java-doc package
+  * Standards-Version updated to 4.6.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+  * Updated the watch file
+  * Remove the gradle wrapper from the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 17 May 2022 09:10:41 +0200
+
 autocomplete (2.5.3-1) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -3,17 +3,16 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Benjamin Mesing <ben at debian.org>
-Build-Depends: debhelper (>= 10), javahelper (>= 0.4), maven-repo-helper, ant
-Build-Depends-Indep: default-jdk, default-jdk-doc, librsyntaxtextarea-java (>= 2.5), librsyntaxtextarea-java-doc  (>= 2.5)
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/autocomplete.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-java/autocomplete.git
+Build-Depends: debhelper-compat (= 13), javahelper (>= 0.4), maven-repo-helper, ant
+Build-Depends-Indep: default-jdk, librsyntaxtextarea-java (>= 2.5)
+Standards-Version: 4.6.1
+Vcs-Git: https://salsa.debian.org/java-team/autocomplete.git
+Vcs-Browser: https://salsa.debian.org/java-team/autocomplete
 Homepage: https://github.com/bobbylight/AutoComplete
 
 Package: libautocomplete-java
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
-Suggests: libautocomplete-java-doc
 Description: Java library for auto-completion in text component
  AutoComplete is a library allowing you to add IDE-like auto-completion
  (aka "code completion" or "Intellisense") to any Swing JTextComponent.
@@ -27,25 +26,3 @@ Description: Java library for auto-completion in text component
     ala Eclipse and NetBeans
   * Completion information is typically specified in an XML file,
     but can even be dynamic.
-
-Package: libautocomplete-java-doc
-Architecture: all
-Section: doc
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: default-jdk-doc, librsyntaxtextarea-java-doc
-Suggests: libautocomplete-java
-Description: Java library for auto-completion in text component (documentation)
- AutoComplete is a library allowing you to add IDE-like auto-completion
- (aka "code completion" or "Intellisense") to any Swing JTextComponent.
- Special integration is added for RSyntaxTextArea.
- .
- It features:
-  * Drop-down completion choice list
-  * Optional companion "description" window, complete with full HTML
-    support and navigable with hyperlinks
-  * Optional parameter completion assistance for functions/methods,
-    ala Eclipse and NetBeans
-  * Completion information is typically specified in an XML file,
-    but can even be dynamic.
- .
- This package contains the API documentation of libautocomplete-java.


=====================================
debian/copyright
=====================================
@@ -2,6 +2,8 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: AutoComplete
 Upstream-Contact: Robert Futrell
 Source: http://fifesoft.com/autocomplete/
+Files-Excluded: gradlew*
+                gradle/wrapper/*
 
 Files: *
 Copyright: 2013, Robert Futrell


=====================================
debian/libautocomplete-java-doc.javadoc deleted
=====================================
@@ -1 +0,0 @@
-javadoc /usr/share/doc/libautocomplete-java/api


=====================================
debian/rules
=====================================
@@ -7,10 +7,5 @@ VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
 %:
 	dh $@ --with javahelper --with jh_maven_repo_helper
 
-get-orig-source:
-	git clone https://github.com/bobbylight/AutoComplete.git
-	( cd AutoComplete ; git archive -9 --prefix=autocomplete-$(VERSION)/ -o ../autocomplete_$(VERSION).orig.tar.gz $(VERSION) )
-	rm -rf AutoComplete
-
 get-orig-pom:
 	wget -O debian/pom.xml    http://repo1.maven.org/maven2/com/fifesoft/autocomplete/$(VERSION)/autocomplete-$(VERSION).pom


=====================================
debian/watch
=====================================
@@ -1,2 +1,3 @@
 version=4
-https://github.com/bobbylight/AutoComplete/releases /bobbylight/AutoComplete/archive/@ANY_VERSION at .tar.gz
+opts="mode=git" \
+https://github.com/bobbylight/AutoComplete refs/tags/@ANY_VERSION@



View it on GitLab: https://salsa.debian.org/java-team/autocomplete/-/compare/c7486aed450c454327ca94a8d7da61ed72da88cb...c971c6aed99bbb475bceaeb0b670254896e3e2a7

-- 
View it on GitLab: https://salsa.debian.org/java-team/autocomplete/-/compare/c7486aed450c454327ca94a8d7da61ed72da88cb...c971c6aed99bbb475bceaeb0b670254896e3e2a7
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/20220517/f7a71125/attachment.htm>


More information about the pkg-java-commits mailing list