From bf9cd00d4715e6f3f4cae7aff7873bcabdb14817 Mon Sep 17 00:00:00 2001 From: William Hua Date: Wed, 3 Apr 2013 13:40:56 -0400 Subject: Add debian. --- debian/README | 6 ++++++ debian/README.Debian | 6 ++++++ debian/README.source | 9 +++++++++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/copyright | 33 +++++++++++++++++++++++++++++++++ debian/docs | 3 +++ debian/rules | 13 +++++++++++++ debian/source/format | 1 + 10 files changed, 92 insertions(+) create mode 100644 debian/README create mode 100644 debian/README.Debian create mode 100644 debian/README.source create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/README b/debian/README new file mode 100644 index 00000000..9ff27cbb --- /dev/null +++ b/debian/README @@ -0,0 +1,6 @@ +The Debian Package indicator-keyboard +---------------------------- + +Comments regarding the Package + + -- William Hua Wed, 03 Apr 2013 12:37:54 -0400 diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 00000000..f1dab336 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +indicator-keyboard for Debian +----------------------------- + + + + -- William Hua Wed, 03 Apr 2013 12:37:54 -0400 diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 00000000..e99b9337 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,9 @@ +indicator-keyboard for Debian +----------------------------- + + + + + + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..230ecdba --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +indicator-keyboard (0.0.0-0ubuntu1) raring; urgency=low + + * Initial Release. + + -- William Hua Wed, 03 Apr 2013 12:37:54 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..45a4fb75 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..7e796b1f --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: indicator-keyboard +Section: gnome +Priority: extra +Maintainer: William Hua +Build-Depends: debhelper (>= 8.0.0), autotools-dev +Standards-Version: 3.9.4 +Homepage: https://code.launchpad.net/~attente/+junk/indicator-keyboard +#Vcs-Git: git://git.debian.org/collab-maint/indicator-keyboard.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/indicator-keyboard.git;a=summary + +Package: indicator-keyboard +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Keyboard indicator + This package contains the keyboard indicator. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..200a0ba8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,33 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: indicator-keyboard +Source: https://code.launchpad.net/~attente/+junk/indicator-keyboard + +Files: * +Copyright: 2013 William Hua +License: LGPL-3.0 + +Files: debian/* +Copyright: 2013 William Hua +License: LGPL-3.0 + +License: LGPL-3.0 + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; version 3 of + the License. + . + 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 + Lesser 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 Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-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/debian/docs b/debian/docs new file mode 100644 index 00000000..5502ed8f --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..312e24d2 --- /dev/null +++ b/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 $@ --with autotools-dev diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..89ae9db8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- cgit v1.2.3