[neon/backports-jammy/kcolorpicker] debian: debian: Initial package

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


Git commit 275834cbf44a3026f571fe86ef64211eda05a10e by Boyuan Yang.
Committed on 29/03/2020 at 16:12.
Pushed by jriddell into branch 'master'.

debian: Initial package

A  +5    -0    debian/changelog
A  +17   -0    debian/control
A  +29   -0    debian/copyright
A  +22   -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/backports-jammy/kcolorpicker/-/commit/275834cbf44a3026f571fe86ef64211eda05a10e

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0c0bbab
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kcolorpicker (0.1.1-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Boyuan Yang <byang at debian.org>  Sun, 29 Mar 2020 10:08:44 -0400
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..22f314e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: kcolorpicker
+Section: libs
+Priority: optional
+Maintainer: Boyuan Yang <byang at debian.org>
+Build-Depends:
+ debhelper-compat (= 12),
+ cmake (>= 3.5),
+ qtbase5-dev,
+Homepage: https://github.com/ksnip/kcolorpicker
+
+Package: kcolorpicker
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: test
+ test
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..49acf97
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kColorPicker
+Source: https://github.com/ksnip/kColorPicker
+
+Files: *
+Copyright: 2018 Damir Porobic <damir.porobic at gmx.com>
+License: GPL-2.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+
+ 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
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ 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".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..97c9d23
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+export QT_SELECT := 5
+
+
+%:
+	dh $@
+
+override_dh_missing:
+	dh_missing --fail-missing
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)



More information about the Neon-commits mailing list