diff options
Diffstat (limited to 'kanotix-menu-extra/debian')
-rw-r--r-- | kanotix-menu-extra/debian/README | 6 | ||||
-rw-r--r-- | kanotix-menu-extra/debian/changelog | 17 | ||||
-rw-r--r-- | kanotix-menu-extra/debian/compat | 1 | ||||
-rw-r--r-- | kanotix-menu-extra/debian/control | 15 | ||||
-rw-r--r-- | kanotix-menu-extra/debian/copyright | 33 | ||||
-rw-r--r-- | kanotix-menu-extra/debian/docs | 0 | ||||
-rw-r--r-- | kanotix-menu-extra/debian/install | 7 | ||||
-rwxr-xr-x | kanotix-menu-extra/debian/rules | 13 | ||||
-rw-r--r-- | kanotix-menu-extra/debian/source/format | 1 |
9 files changed, 93 insertions, 0 deletions
diff --git a/kanotix-menu-extra/debian/README b/kanotix-menu-extra/debian/README new file mode 100644 index 0000000..060fffe --- /dev/null +++ b/kanotix-menu-extra/debian/README @@ -0,0 +1,6 @@ +The Debian Package kanotix-menu-extra +---------------------------- + +Comments regarding the Package + + -- Holger Paradies <retabell@gmx.de> Sat, 25 Jan 2014 15:19:46 +0100 diff --git a/kanotix-menu-extra/debian/changelog b/kanotix-menu-extra/debian/changelog new file mode 100644 index 0000000..6c28df4 --- /dev/null +++ b/kanotix-menu-extra/debian/changelog @@ -0,0 +1,17 @@ +kanotix-menu-extra (0.0.3) unstable; urgency=low + + * debian/control add depend kanotix-menu + + -- Holger Paradies <retabell@gmx.de> Fri, 28 Feb 2014 21:54:53 +0100 + +kanotix-menu-extra (0.0.2) unstable; urgency=low + + * use icon from cups + + -- Holger Paradies <retabell@gmx.de> Tue, 04 Feb 2014 08:30:01 +0100 + +kanotix-menu-extra (0.0.1) unstable; urgency=low + + * Initial Release. + + -- Holger Paradies <retabell@gmx.de> Sat, 25 Jan 2014 15:19:46 +0100 diff --git a/kanotix-menu-extra/debian/compat b/kanotix-menu-extra/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/kanotix-menu-extra/debian/compat @@ -0,0 +1 @@ +8 diff --git a/kanotix-menu-extra/debian/control b/kanotix-menu-extra/debian/control new file mode 100644 index 0000000..33bf400 --- /dev/null +++ b/kanotix-menu-extra/debian/control @@ -0,0 +1,15 @@ +Source: kanotix-menu-extra +Section: x11 +Priority: extra +Maintainer: Holger Paradies <retabell@gmx.de> +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.3 +Homepage: http://git.acritox.com/kanotix-packages/tree/kanotix-menu-extra +#Vcs-Git: git://git.debian.org/collab-maint/kanotix-menu-extra.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/kanotix-menu-extra.git;a=summary + +Package: kanotix-menu-extra +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends},kanotix-menu +Description: Menu Items + some extra items, mostly from kanotix-scripts diff --git a/kanotix-menu-extra/debian/copyright b/kanotix-menu-extra/debian/copyright new file mode 100644 index 0000000..ccfa3d5 --- /dev/null +++ b/kanotix-menu-extra/debian/copyright @@ -0,0 +1,33 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kanotix-menu-extra +Source: <url://example.com> + +Files: * +Copyright: 2014 Holger Paradies <retabell@gmx.de> +License: GPL-3.0+ + +Files: debian/* +Copyright: 2014 Holger Paradies <retabell@gmx.de> +License: GPL-3.0+ + +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 <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/kanotix-menu-extra/debian/docs b/kanotix-menu-extra/debian/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/kanotix-menu-extra/debian/docs diff --git a/kanotix-menu-extra/debian/install b/kanotix-menu-extra/debian/install new file mode 100644 index 0000000..3e12d21 --- /dev/null +++ b/kanotix-menu-extra/debian/install @@ -0,0 +1,7 @@ +purge-other-kernels-pkexec usr/bin/ +purge-other-kernels.desktop usr/share/applications/ +kanotix-printer.desktop usr/share/applications/ +kanotix-dvb-t.desktop usr/share/applications/ +install-vbox-extpack-pkexec usr/bin/ +install-vbox-extpack.desktop usr/share/applications/ +kanotix-apt-cacher-ng.desktop usr/share/applications/ diff --git a/kanotix-menu-extra/debian/rules b/kanotix-menu-extra/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/kanotix-menu-extra/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff --git a/kanotix-menu-extra/debian/source/format b/kanotix-menu-extra/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/kanotix-menu-extra/debian/source/format @@ -0,0 +1 @@ +3.0 (native) |