[neon/neon-packaging/crow-translate/Neon/stable] debian: initial release

Carlos De Maine null at kde.org
Fri Jul 5 13:12:20 BST 2024


Git commit 84f66ce2291e13a228c9d4da5860272a6c1425ff by Carlos De Maine.
Committed on 05/07/2024 at 12:11.
Pushed by carlosdem into branch 'Neon/stable'.

initial release

A  +5    -0    debian/changelog
A  +22   -0    debian/control
A  +8    -0    debian/copyright
A  +11   -0    debian/rules
A  +1    -0    debian/source/format
A  +2    -0    debian/watch [INFRASTRUCTURE]

https://invent.kde.org/neon/neon-packaging/crow-translate/-/commit/84f66ce2291e13a228c9d4da5860272a6c1425ff

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dac3b9e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+crow-translate (0.0.0-0neon) noble; urgency=medium
+
+  * Initial release
+
+ -- Carlos De Maine <carlosdemaine at gmail.com>  Fri, 05 July 2024 21:52:54 +1000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7b49f68
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: crow-translate
+Maintainer: KDE Neon <neon at kde.org>
+Priority: optional
+Build-Depends: cmake,
+			   debhelper-compat (= 13),
+			   libtesseract-dev,
+               pkg-tools-kde,
+               qtbase5-dev,
+               qt5multimedia-dev,
+               qttools5-private-dev,
+               qtwayland5-private-dev,
+Standards-Version: 4.6.2
+Homepage: https://invent.kde.org/office/crow-translate
+
+Package: crow-translate
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Qt6 based translator app.
+ Crow Translate is a simple and lightweight translator written in C++ / Qt that
+ allows you to translate and speak text using Mozhi.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d08346c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,8 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: crow-translate
+Source: https://invent.kde.org/office/crow-translate
+Files-Excluded: debian/* contrib/*
+
+Files: *
+Copyright: 2024, KDE Neon <neon at kde.org>
+License: LGPL-2.1+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c2100e3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
+export QT_SELECT=qt5
+
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
+export DH_VERBOSE=1
+
+%:
+	dh $@ --buildsystem cmake
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..6e3fb73
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+opts=pgpsigurlmangle=s/$/.sig/ http://download.kde.org/stable/release-service/([\d.]+)/src/@PACKAGE at -([\d.]+).tar.xz


More information about the Neon-commits mailing list