From: Jean-Philippe Orsini Date: Fri, 26 Apr 2013 08:04:11 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=commitdiff_plain;h=97fbcc085f6b124880373cd416a37fefab657998;ds=sidebyside --- diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..ecfb6b4 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +prss for Debian +--------------- + + + + -- Jean-Philippe Orsini Fri, 26 Apr 2013 09:59:31 +0200 diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..d52189f --- /dev/null +++ b/debian/README.source @@ -0,0 +1,9 @@ +prss for Debian +--------------- + + + + + + 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..6b633e9 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: prss +Section: unknown +Priority: extra +Maintainer: Jean-Philippe Orsini +Build-Depends: debhelper (>= 8.0.0), autotools-dev +Standards-Version: 3.9.4 +Homepage: +#Vcs-Git: git://git.debian.org/collab-maint/prss.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/prss.git;a=summary + +Package: prss +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..832e662 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: prss +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: 2013 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..2887d57 --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +README.html diff --git a/debian/prss.substvars b/debian/prss.substvars new file mode 100644 index 0000000..27d3a63 --- /dev/null +++ b/debian/prss.substvars @@ -0,0 +1,2 @@ +misc:Depends=dconf-gsettings-backend | gsettings-backend +shlibs:Depends=libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libglib2.0-0 (>= 2.26.0), libgtk-3-0 (>= 3.0.0), libjson0 (>= 0.10), libwebkitgtk-3.0-0 (>= 1.3.10) 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)