[neon/backports-jammy/kcolorpicker] debian: Prepare new upload.

Boyuan Yang null at kde.org
Tue Jan 16 14:07:27 GMT 2024


Git commit 133b6f607975d81862338fac89f69be41a5891e8 by Boyuan Yang.
Committed on 24/06/2020 at 17:01.
Pushed by jriddell into branch 'master'.

Prepare new upload.

M  +6    -0    debian/changelog
M  +1    -1    debian/control
M  +6    -6    debian/copyright
M  +0    -3    debian/rules

https://invent.kde.org/neon/backports-jammy/kcolorpicker/-/commit/133b6f607975d81862338fac89f69be41a5891e8

diff --git a/debian/changelog b/debian/changelog
index 54291a6..2e6f2cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kcolorpicker (0.1.4-1) unstable; urgency=medium
+
+  * New upstream release. 
+
+ -- Boyuan Yang <byang at debian.org>  Wed, 24 Jun 2020 11:01:07 -0400
+
 kcolorpicker (0.1.1-3) unstable; urgency=high
 
   * debian/control: Add missing build-dependency from dev package
diff --git a/debian/control b/debian/control
index a90d70d..c643ac9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Boyuan Yang <byang at debian.org>
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  cmake (>= 3.5),
  qtbase5-dev,
 Rules-Requires-Root: no
diff --git a/debian/copyright b/debian/copyright
index 49acf97..666bb41 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,17 +4,17 @@ Source: https://github.com/ksnip/kColorPicker
 
 Files: *
 Copyright: 2018 Damir Porobic <damir.porobic at gmx.com>
-License: GPL-2.0+
+License: LGPL-3.0+
 
 Files: debian/*
 Copyright: Boyuan Yang <byang at debian.org>
 License: public-domain
  These files are release to the public domain.
 
-License: GPL-2.0+
+License: LGPL-3.0+
  This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 2 of the License, or
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
  .
  This package is distributed in the hope that it will be useful,
@@ -25,5 +25,5 @@ License: GPL-2.0+
  You should have received a copy of the GNU General Public License
  along with this program. If not, see <https://www.gnu.org/licenses/>.
  .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3".
diff --git a/debian/rules b/debian/rules
index 01f14e1..60339eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,3 @@ export QT_SELECT := 5
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	        -DBUILD_SHARED_LIBS=ON
-
-override_dh_missing:
-	dh_missing --fail-missing



More information about the Neon-commits mailing list