diff options
-rw-r--r-- | debian/README | 6 | ||||
-rw-r--r-- | debian/README.Debian | 6 | ||||
-rw-r--r-- | debian/README.source | 9 | ||||
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 15 | ||||
-rw-r--r-- | debian/copyright | 33 | ||||
-rw-r--r-- | debian/docs | 3 | ||||
-rwxr-xr-x | debian/rules | 13 | ||||
-rw-r--r-- | debian/source/format | 1 |
10 files changed, 92 insertions, 0 deletions
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 <william.hua@canonical.com> 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 +----------------------------- + +<possible notes regarding this package - if none, delete this file> + + -- William Hua <william.hua@canonical.com> 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 +----------------------------- + +<this file describes information about the source package, see Debian policy +manual section 4.14. You WILL either need to modify or delete this file> + + + + 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 <william.hua@canonical.com> 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 <william.hua@canonical.com> +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 <william.hua@canonical.com> +License: LGPL-3.0 + +Files: debian/* +Copyright: 2013 William Hua <william.hua@canonical.com> +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 <http://www.gnu.org/licenses/>. + . + 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) |