Add initial debian packaging bits debian/0.2-1
authorAntonio Ospite <ospite@studenti.unina.it>
Mon, 18 Nov 2013 00:08:19 +0000 (01:08 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Mon, 18 Nov 2013 13:52:25 +0000 (14:52 +0100)
debian/changelog [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/gbp.conf [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..c2baf57
--- /dev/null
@@ -0,0 +1,5 @@
+tweeper (0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #729858)
+
+ -- Antonio Ospite <ospite@studenti.unina.it>  Mon, 18 Nov 2013 14:52:14 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..beda931
--- /dev/null
@@ -0,0 +1,33 @@
+Source: tweeper
+Section: php
+Priority: optional
+Maintainer: Antonio Ospite <ospite@studenti.unina.it>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: asciidoc, xmlto
+Standards-Version: 3.9.4
+Homepage: http://git.ao2.it/tweeper.git
+Vcs-Git: git://git.ao2.it/tweeper.git
+Vcs-Browser: http://git.ao2.it/tweeper.git
+
+Package: tweeper
+Architecture: all
+Depends: ${misc:Depends}, php5-cli
+Description: web scraper to convert a Twitter timeline to an RSS feed
+ tweeper is a web scraper which extracts the most recent public tweets of
+ a given user from their home page on Twitter.com and formats them in RSS, so
+ the information can be conveniently accessed and collected by a feed reader.
+ .
+ tweeper started as the TWitter fEEd scraPER but support for other web sites
+ has been added.
+ .
+ The sites that tweeper is able to scrape and convert to RSS are:
+ .   
+  * Twitter.com
+  * Pump.io based websites, like Identi.ca
+  * Dilbert.com
+ .
+ tweeper can be used as:
+ .
+  1. a command line tool;
+  2. as a filter for feed readers;
+  3. as a web based tool when PHP support is available in the web server.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..51d6bd5
--- /dev/null
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tweeper
+Upstream-Contact: Antonio Ospite <ospite@studenti.unina.it>
+Source: http://git.ao2.it/tweeper.git
+
+Files: *
+Copyright: 2013 Antonio Ospite <ospite@studenti.unina.it>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2013 Antonio Ospite <ospite@studenti.unina.it>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 full text of the GNU General Public
+ License version 3 can be found in the `/usr/share/common-licenses/GPL-3'
+ file.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..0a80fe8
--- /dev/null
@@ -0,0 +1,4 @@
+[DEFAULT]
+debian-branch = debian
+upstream-branch = master
+upstream-tag = v%(version)s
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..53bb7f1
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ 
+
+override_dh_auto_install:
+       $(MAKE) DESTDIR=$$(pwd)/debian/tweeper prefix=/usr install
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..617f05e
--- /dev/null
@@ -0,0 +1,5 @@
+version=3
+
+opts=downloadurlmangle=s/shortlog\/refs\/tags\/(v[\d\.]+)/snapshot\/$1.tar.gz/,\
+filenamemangle=s/.*v([\d\.]+)$/tweeper-$1.tar.gz/ \
+  http://git.ao2.it/tweeper.git/tags  ^.*v([\d\.]+)