(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 26 Apr 2013 08:04:11 +0000 (08:04 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 26 Apr 2013 08:04:11 +0000 (08:04 +0000)
debian/README.Debian [new file with mode: 0644]
debian/README.source [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/prss.substvars [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..ecfb6b4
--- /dev/null
@@ -0,0 +1,6 @@
+prss for Debian
+---------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Jean-Philippe Orsini <jeanfi@gmail.com>  Fri, 26 Apr 2013 09:59:31 +0200
diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..d52189f
--- /dev/null
@@ -0,0 +1,9 @@
+prss 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/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..6b633e9
--- /dev/null
@@ -0,0 +1,15 @@
+Source: prss
+Section: unknown
+Priority: extra
+Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
+Build-Depends: debhelper (>= 8.0.0), autotools-dev
+Standards-Version: 3.9.4
+Homepage: <insert the upstream URL, if relevant>
+#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: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..832e662
--- /dev/null
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: prss
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# 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 <jeanfi@gmail.com>
+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 <http://www.gnu.org/licenses/>
+ .
+ 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 (file)
index 0000000..2887d57
--- /dev/null
@@ -0,0 +1,3 @@
+NEWS
+README
+README.html
diff --git a/debian/prss.substvars b/debian/prss.substvars
new file mode 100644 (file)
index 0000000..27d3a63
--- /dev/null
@@ -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 (executable)
index 0000000..312e24d
--- /dev/null
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)