From 167125d68b308962e88efc20081fdab9f442bedd Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 17 Oct 2012 09:00:05 +0000 Subject: [PATCH] --- debian/README.Debian | 6 ++++++ debian/README.source | 9 +++++++++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 ++++++++++++++ debian/copyright | 38 +++++++++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/files | 1 + debian/gtask.debhelper.log | 49 ++++++++++++++++++++++++++++++++++++++++++++++ debian/gtask.substvars | 2 ++ debian/rules | 13 ++++++++++++ debian/source/format | 1 + 12 files changed, 142 insertions(+) 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 100644 debian/files create mode 100644 debian/gtask.debhelper.log create mode 100644 debian/gtask.substvars create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..a6d1bd2 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +gtask for Debian +---------------- + + + + -- Jean-Philippe Orsini Wed, 17 Oct 2012 10:56:10 +0200 diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..c07136b --- /dev/null +++ b/debian/README.source @@ -0,0 +1,9 @@ +gtask for Debian +---------------- + + + + + + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7f0a63f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +gtask (0.0.x-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Jean-Philippe Orsini Wed, 17 Oct 2012 10:56:10 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..becfd04 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: gtask +Section: unknown +Priority: extra +Maintainer: Jean-Philippe Orsini +Build-Depends: debhelper (>= 8.0.0), autotools-dev +Standards-Version: 3.9.3 +Homepage: +#Vcs-Git: git://git.debian.org/collab-maint/gtask.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/gtask.git;a=summary + +Package: gtask +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d65c794 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: gtask +Source: + +Files: * +Copyright: + +License: + + + . + + +# If you want to use GPL v2 or later for the /debian/* files use +# the following clauses, or change it to suit. Delete these two lines +Files: debian/* +Copyright: 2012 Jean-Philippe Orsini +License: GPL-2+ + This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2". + +# 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 0000000..50bd824 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..a28ddc8 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +gtask_0.0.x-1_amd64.deb unknown extra diff --git a/debian/gtask.debhelper.log b/debian/gtask.debhelper.log new file mode 100644 index 0000000..d2861e1 --- /dev/null +++ b/debian/gtask.debhelper.log @@ -0,0 +1,49 @@ +dh_autotools-dev_updateconfig +dh_auto_configure +dh_auto_build +dh_auto_test +dh_prep +dh_installdirs +dh_auto_install +dh_install +dh_installdocs +dh_installchangelogs +dh_installexamples +dh_installman +dh_installcatalogs +dh_installcron +dh_installdebconf +dh_installemacsen +dh_installifupdown +dh_installinfo +dh_pysupport +dh_installinit +dh_installmenu +dh_installmime +dh_installmodules +dh_installlogcheck +dh_installlogrotate +dh_installpam +dh_installppp +dh_installudev +dh_installwm +dh_installxfonts +dh_installgsettings +dh_bugfiles +dh_ucf +dh_lintian +dh_gconf +dh_icons +dh_perl +dh_usrlocal +dh_link +dh_compress +dh_fixperms +dh_strip +dh_makeshlibs +dh_shlibdeps +dh_installdeb +dh_gencontrol +dh_md5sums +dh_builddeb +dh_builddeb diff --git a/debian/gtask.substvars b/debian/gtask.substvars new file mode 100644 index 0000000..f2a0376 --- /dev/null +++ b/debian/gtask.substvars @@ -0,0 +1,2 @@ +shlibs:Depends=libc6 (>= 2.14), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0), libjson0 (>= 0.10) +misc:Depends= diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..312e24d --- /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 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 2.7.4