From fc36604e4522ab7b2cb8309e8727e6664a92dc92 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 20 Sep 2020 11:13:53 -0400 Subject: initial commit --- debian/README.Debian | 5 +++++ debian/changelog | 5 +++++ debian/control | 19 +++++++++++++++++++ debian/copyright | 17 +++++++++++++++++ debian/patches/series | 1 + debian/rules | 9 +++++++++ debian/source/format | 1 + debian/source/lintian-overrides | 2 ++ debian/source/local-options | 2 ++ debian/themedetector+devuan.dsc | 14 ++++++++++++++ debian/themedetector.install | 1 + debian/themedetector.lintian-overrides | 3 +++ debian/watch | 2 ++ 13 files changed, 81 insertions(+) create mode 100644 debian/README.Debian create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/patches/series create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/lintian-overrides create mode 100644 debian/source/local-options create mode 100644 debian/themedetector+devuan.dsc create mode 100644 debian/themedetector.install create mode 100644 debian/themedetector.lintian-overrides create mode 100644 debian/watch (limited to 'debian') diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..eeefd18 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,5 @@ +themedetector for Debian + +This is the reference package. + + -- Ben Stack Sun, 20 Sep 2020 10:11:58 -0400 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c957060 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +themedetector (0.0.1-1+devuan) obs; urgency=low + + * Initial release. Closes: packages-want#999 + + -- Ben Stack Sun, 20 Sep 2020 10:11:58 -0400 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8b3b4ed --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: themedetector +Section: x11 +Priority: optional +Maintainer: Ben Stack +Build-Depends: debhelper-compat (= 12), + bgscripts-core (>= 1.5.0), + libgtk-3-dev, + txt2man +Standards-Version: 4.5.0 +Homepage: https://bgstack15.wordpress.com/ + +Package: themedetector +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends}, + python3 +Description: Detect the default gtk3 theme + Implemented in C and Python, themedetector merely + prints to standard output the current gtk3 theme. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..72ce486 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,17 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: themedetector +Upstream-Contact: +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: README.md + src/Makefile + src/themedetector.c + src/themedetector.py +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..4a97dfa --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +# You must remove unused comment lines for the released package. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..aec532a --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# You must remove unused comment lines for the released package. +#export DH_VERBOSE = 1 +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +%: + dh $@ --sourcedirectory=src 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/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..2da37ed --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,2 @@ +file-without-copyright-information +missing-license-paragraph-in-dep5-copyright diff --git a/debian/source/local-options b/debian/source/local-options new file mode 100644 index 0000000..00131ee --- /dev/null +++ b/debian/source/local-options @@ -0,0 +1,2 @@ +#abort-on-upstream-changes +#unapply-patches diff --git a/debian/themedetector+devuan.dsc b/debian/themedetector+devuan.dsc new file mode 100644 index 0000000..8cfdfd9 --- /dev/null +++ b/debian/themedetector+devuan.dsc @@ -0,0 +1,14 @@ +Format: 3.0 (quilt) +Source: themedetector +Binary: themedetector +Architecture: any +Version: 0.0.1-1+devuan +Maintainer: Ben Stack +Homepage: https://bgstack15.wordpress.com/ +Standards-Version: 4.5.0 +Build-Depends: debhelper-compat (= 12), bgscripts-core (>= 1.5.0), libgtk-3-dev, txt2man +Package-List: + themedetector deb x11 optional arch=any +Files: + 00000000000000000000000000000000 1 themedetector.orig.tar.gz + 00000000000000000000000000000000 1 themedetector+devuan.debian.tar.xz diff --git a/debian/themedetector.install b/debian/themedetector.install new file mode 100644 index 0000000..b16b170 --- /dev/null +++ b/debian/themedetector.install @@ -0,0 +1 @@ +src/themedetector /usr/bin diff --git a/debian/themedetector.lintian-overrides b/debian/themedetector.lintian-overrides new file mode 100644 index 0000000..0613595 --- /dev/null +++ b/debian/themedetector.lintian-overrides @@ -0,0 +1,3 @@ +copyright-has-url-from-dh_make-boilerplate +copyright-without-copyright-notice +script-with-language-extension usr/bin/themedetector.py diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..76575dc --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +version=3 -- cgit