[Git][java-team/colorpicker][master] 2 commits: Inject Upload 1.0.0-3

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Jan 24 07:32:56 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / colorpicker


Commits:
e57aed56 by Andreas Tille at 2025-01-24T08:26:35+01:00
Inject Upload 1.0.0-3

- - - - -
1795e255 by Andreas Tille at 2025-01-24T08:29:17+01:00
* Rename debian/README.Debian-source to debian/README.source
* Debhelper compat 13

- - - - -


5 changed files:

- debian/README.Debian-source → debian/README.source
- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/README.Debian-source → debian/README.source
=====================================


=====================================
debian/changelog
=====================================
@@ -1,8 +1,29 @@
+colorpicker (1.0.0-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Rename debian/README.Debian-source to debian/README.source
+  * Debhelper compat 13
+
+ -- Andreas Tille <tille at debian.org>  Thu, 16 Jan 2025 14:26:21 +0100
+
+colorpicker (1.0.0-3) unstable; urgency=medium
+
+  * Team upload.
+  * Switch to compat level 10.
+  * wrap-and-sort -sa.
+  * Use canonical Vcs address.
+  * Declare compliance with Debian Policy 4.1.1.
+  * Update Homepage address. There is a new fork at Github now.
+  * Compile colorpicker for use with Java 8 and above.
+    Thanks to Chris West for the report and patch. (Closes: #873974)
+
+ -- Markus Koschany <apo at debian.org>  Wed, 25 Oct 2017 20:24:30 +0200
+
 colorpicker (1.0.0-2) unstable; urgency=low
 
   [ Andrew Ross ]
   * Update synopsis and d/copyright to fix linitian warnings.
-  * Add lintian override file since it's not possible to write 
+  * Add lintian override file since it's not possible to write
     a useful watch file.
 
   [ Miguel Landaeta ]
@@ -11,15 +32,15 @@ colorpicker (1.0.0-2) unstable; urgency=low
 
   [ James Page ]
   * Fix FTBFS with OpenJDK 7 (LP: #888928) (Closes: #651398):
-    - d/rules: Override jh_build and specify source/target of 1.5 for 
-      javac and javadoc commands to ensure backwards compatibility and 
+    - d/rules: Override jh_build and specify source/target of 1.5 for
+      javac and javadoc commands to ensure backwards compatibility and
       work around Java 7 encoding errors.
 
  -- Andrew Ross <ubuntu at rossfamily.co.uk>  Fri, 16 Dec 2011 18:49:12 +0000
 
 colorpicker (1.0.0-1) unstable; urgency=low
 
-  * Initial release of ColorPicker package. Source package is repackaged 
+  * Initial release of ColorPicker package. Source package is repackaged
     from upstream zip with no changes. (Closes: #602014)
 
  -- Andrew Ross <ubuntu at rossfamily.co.uk>  Sun, 31 Oct 2010 19:48:12 +0000


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-7
+13


=====================================
debian/control
=====================================
@@ -2,30 +2,40 @@ Source: colorpicker
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Andrew Ross <ubuntu at rossfamily.co.uk>
-Build-Depends: debhelper (>= 7), javahelper (>=0.25) 
-Build-Depends-Indep: default-jdk, default-jdk-doc
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/colorpicker
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/colorpicker/
-Homepage: https://javagraphics.dev.java.net/
+Uploaders:
+ Andrew Ross <ubuntu at rossfamily.co.uk>
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ default-jdk-doc,
+ javahelper
+Standards-Version: 4.1.1
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/colorpicker
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/colorpicker/
+Homepage: https://github.com/dheid/colorpicker
 
 Package: libcolorpicker-java
 Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
+Depends:
+ ${java:Depends},
+ ${misc:Depends}
+Recommends:
+ ${java:Recommends}
 Description: Java control to allow color selection
  A java package containing a color wheel picker for selecting
- a color. It can be customized, but out of the box it offers 
+ a color. It can be customized, but out of the box it offers
  a great interface if you're dealing with a power user.
- 
+
 Package: libcolorpicker-java-doc
 Section: doc
 Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
+Depends:
+ ${java:Depends},
+ ${misc:Depends}
+Recommends:
+ ${java:Recommends}
 Description: Java control to allow color selection (documentation)
  A java package containing a color wheel picker for selecting
- a color. 
+ a color.
  .
  This package contains the documentation.


=====================================
debian/rules
=====================================
@@ -15,4 +15,4 @@ get-orig-source:
 	dh $@ --with javahelper
 
 override_jh_build::
-	jh_build --javacopts="-source 1.5 -target 1.5" --javadoc-opts="-source 1.5"
+	jh_build --javacopts="-source 1.8 -target 1.8" --javadoc-opts="-source 1.8"



View it on GitLab: https://salsa.debian.org/java-team/colorpicker/-/compare/bedf7a0bfe99fc328a131116fbec62d10054fcce...1795e255af0a7331b09f9aa181b1dcb88d634051

-- 
View it on GitLab: https://salsa.debian.org/java-team/colorpicker/-/compare/bedf7a0bfe99fc328a131116fbec62d10054fcce...1795e255af0a7331b09f9aa181b1dcb88d634051
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/20250124/6a547019/attachment.htm>


More information about the pkg-java-commits mailing list