diff --git a/enlightenment/desksanity-module/debian/changelog b/enlightenment/desksanity-module/debian/changelog new file mode 100644 index 0000000..b4d4b8d --- /dev/null +++ b/enlightenment/desksanity-module/debian/changelog @@ -0,0 +1,5 @@ +e-module-desksanity (0.0.1-1) bionic; urgency=medium + + * Initial release + + -- Robert Wiley Fri, 04 Oct 2019 07:47:43 -0400 diff --git a/enlightenment/desksanity-module/debian/compat b/enlightenment/desksanity-module/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/enlightenment/desksanity-module/debian/compat @@ -0,0 +1 @@ +10 diff --git a/enlightenment/desksanity-module/debian/control b/enlightenment/desksanity-module/debian/control new file mode 100644 index 0000000..9fefe31 --- /dev/null +++ b/enlightenment/desksanity-module/debian/control @@ -0,0 +1,16 @@ +Source: e-module-desksanity +Section: x11 +Priority: optional +Maintainer: Robert Wiley +Build-Depends: debhelper (>= 10), autotools-dev, libefl-dev (>=1.20.7), e23 +Standards-Version: 4.1.2 +Homepage: https://git.enlightenment.org/enlightenment/modules/desksanity.git/ +#Vcs-Git: https://anonscm.debian.org/git/collab-maint/desksanity.git +#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/desksanity.git + +Package: e-module-desksanity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: : Enlightenment Desksanity Module + The desksanity module is an experimental module for various effects and + features diff --git a/enlightenment/desksanity-module/debian/copyright b/enlightenment/desksanity-module/debian/copyright new file mode 100644 index 0000000..b51b145 --- /dev/null +++ b/enlightenment/desksanity-module/debian/copyright @@ -0,0 +1,46 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: desksanity +Source: https://www.enlightenment.org/ + +Files: * +Copyright: © 2019 Mike Blumenkrantz +License: 2-Clause BSD License + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + . + Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software without + specific prior written permission. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Files: debian/* +Copyright: 2019 Bodhi Linux +License: GPL-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 3 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 . + . + On Debian systems, the complete text of the GNU General Public License version + 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/enlightenment/desksanity-module/debian/e-module-desksanity.lintian-overrides b/enlightenment/desksanity-module/debian/e-module-desksanity.lintian-overrides new file mode 100644 index 0000000..1489125 --- /dev/null +++ b/enlightenment/desksanity-module/debian/e-module-desksanity.lintian-overrides @@ -0,0 +1,4 @@ +e-module-desksanity: new-package-should-close-itp-bug +e-module-desksanity: dir-in-usr-local +e-module-desksanity: file-in-usr-local +e-module-desksanity: file-in-unusual-dir diff --git a/enlightenment/desksanity-module/debian/rules b/enlightenment/desksanity-module/debian/rules new file mode 100755 index 0000000..57f031a --- /dev/null +++ b/enlightenment/desksanity-module/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#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 + + +%: +%: + dh $@ --buildsystem=meson + +override_dh_usrlocal: + @echo dh_usrlocal disabled diff --git a/enlightenment/desksanity-module/debian/source/format b/enlightenment/desksanity-module/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/enlightenment/desksanity-module/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)