[neon/neon-packaging/kgeotag/Neon/unstable] debian: initial package

Jonathan Riddell null at kde.org
Thu Jan 7 15:14:19 GMT 2021


Git commit 1c4d31ea77ef487134bf703af3bddc00d23833d2 by Jonathan Riddell.
Committed on 07/01/2021 at 15:14.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

A  +1    -0    debian/.gitattributes
A  +5    -0    debian/changelog
A  +1    -0    debian/compat
A  +24   -0    debian/control
A  +11   -0    debian/copyright
A  +5    -0    debian/rules
A  +1    -0    debian/source/format
A  +2    -0    debian/watch

https://invent.kde.org/neon/neon-packaging/kgeotag/commit/1c4d31ea77ef487134bf703af3bddc00d23833d2

diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ad58f7e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kgeotag (0.0-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Tue, 20 Oct 2020 13:05:34 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48082f7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+12
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b916f74
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: kgeotag
+Section: kde
+Priority: optional
+Maintainer: Jonathan Riddell <jr at jriddell.org>
+Build-Depends: cmake,
+               debhelper (>= 12),
+               extra-cmake-modules,
+	       libkf5coreaddons-dev,
+	       libkf5i18n-dev,
+	       libkf5xmlgui-dev,
+	       libkf5configwidgets-dev,
+	       libkf5crash-dev,
+	       libkf5kexiv2-dev,
+	       libmarble-dev,
+               pkg-kde-tools,
+               qtbase5-dev,
+Standards-Version: 4.1.4
+
+Package: kgeotag
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: photo geotagging program
+ Add geotags to your photos.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d33ef60
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kgeotag
+Source: https://invent.kde.org/network/kgeotag
+
+Files: *
+Copyright: 2020 Tobias Leupold <tobias.leupold at gmx.de>
+License: GPL-3.0-or-later OR LicenseRef-KDE-Accepted-GPL
+
+Files: debian/*
+Copyright: 2020 Jonathan Riddell <jr at jriddell.org>
+License: GPL-3.0-or-later OR LicenseRef-KDE-Accepted-GPL
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5c87712
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with kf5 --buildsystem kf5
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..71ecf57
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/@PACKAGE@/([\d.]+)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@


More information about the Neon-commits mailing list