Merge tag 'v1.3.0' into debian/master
authorAntonio Ospite <ao2@ao2.it>
Wed, 6 Jun 2018 14:08:18 +0000 (16:08 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 6 Jun 2018 14:08:18 +0000 (16:08 +0200)
Release v1.3.0

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/docs [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..1b0399f
--- /dev/null
@@ -0,0 +1,101 @@
+tweeper (1.2.0-1) unstable; urgency=medium
+
+  * debian/{control,gbp.conf}: change the debian branch name to follow DEP-14
+  * debian/{compat,control}: increase debhelper compatibility version to 11
+  * debian/control: bump Standards-Version to 4.1.3
+  * debian/control: fix the short description
+  * debian/copyright: update copyright years
+
+ -- Antonio Ospite <ao2@ao2.it>  Sun, 25 Feb 2018 10:44:39 +0100
+
+tweeper (1.1.0-1) unstable; urgency=medium
+
+  * New upstream release
+  * debian/control: bump Standards-Version to 4.0.0
+  * debian/control: don't mention Howtoons.com, it's not supported anymore
+  * debian/copyright: minor updates suggested by "cme update dpkg-copyright"
+  * debian/watch: use https for the git repository URL
+
+ -- Antonio Ospite <ao2@ao2.it>  Tue, 27 Jun 2017 14:43:14 +0200
+
+tweeper (1.0.0-1) unstable; urgency=medium
+
+  * New upstream release
+  * debian/watch: simplify the watch file, use the git mode to fetch tags
+  * debian/copyright: some cleanup suggested by "cme update dpkg-copyright"
+  * debian/{control,rules}: use pkg-php-tools
+
+ -- Antonio Ospite <ao2@ao2.it>  Sun, 11 Dec 2016 10:52:37 +0100
+
+tweeper (0.6-1) unstable; urgency=medium
+
+  * New upstream release
+  * debian/control: depend on php-symfony-property-access
+  * debian/control: depend on php-xml instead of php-xsl
+  * debian/copyright: use https URLs as suggested by duck.
+    Thanks to gregor herrmann <gregoa@debian.org>
+  * debian/watch: use https in the repository URL.
+    Thanks to gregor herrmann <gregoa@debian.org>
+
+ -- Antonio Ospite <ao2@ao2.it>  Mon, 23 May 2016 16:59:47 +0200
+
+tweeper (0.5-1) unstable; urgency=medium
+
+  * New upstream release
+  * debian/control: fix the dependencies on php packages (Closes: #821665)
+  * debian/control: depend on php-symfony-serializer
+  * debian/control: bump Standards-Version to 3.9.8
+  * debian/control: use the https transport for all URLs
+
+ -- Antonio Ospite <ao2@ao2.it>  Sat, 14 May 2016 11:25:12 +0200
+
+tweeper (0.4-1) unstable; urgency=medium
+
+  * New upstream release
+  * debian/control: update the package description
+  * debian/control: depend on php-xml-serializer
+  * debian/copyright: update copyright years
+  * debian/control: bump Standards-Version to 3.9.6
+
+ -- Antonio Ospite <ao2@ao2.it>  Sun, 13 Sep 2015 22:33:28 +0200
+
+tweeper (0.3-1) unstable; urgency=medium
+
+  * New upstream release
+  * debian/copyright: update contact info and copyright years
+  * debian/patches: remove all patches, all have been applied upstream
+  * debian/control: mention that Howtoons.com is now supported
+
+ -- Antonio Ospite <ao2@ao2.it>  Thu, 24 Apr 2014 18:03:06 +0200
+
+tweeper (0.2-3) unstable; urgency=medium
+
+  * debian/control: update Maintainer email address
+  * debian/patches: add a patch to support "audio/ogg" enclosures
+  * debian/control: add missing run-time dependencies.
+    Thanks to Anton Nesterov (Closes: #738201)
+  * debian/control: cosmetics remove trailing spaces
+
+ -- Antonio Ospite <ao2@ao2.it>  Wed, 12 Feb 2014 15:37:51 +0100
+
+tweeper (0.2-2) unstable; urgency=low
+
+  * debian/gbp.conf: explicitly disable pristine-tar.
+    Thanks to gregor herrmann <gregoa@debian.org>
+  * debian/control: bump Standards-Version to 3.9.5
+  * debian/rules: use $(CURDIR) instead of $$(pwd)
+  * debian/control: specify the debian package branch in Vcs-Git
+  * debian/patches: add a fix to the man page from upstream
+  * debian/rules: install the NEWS file as the upstream changelog
+  * debian/docs: package also the README and TODO files
+  * debian/control: suggest libapache2-mod-php5 or php5-cgi
+  * debian/control: reword some list items in the long description
+  * debian/patches: add a patch to fix the list items in the man page
+
+ -- Antonio Ospite <ospite@studenti.unina.it>  Wed, 20 Nov 2013 01:19:55 +0100
+
+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..b4de394
--- /dev/null
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..ea1250c
--- /dev/null
@@ -0,0 +1,37 @@
+Source: tweeper
+Section: php
+Priority: optional
+Maintainer: Antonio Ospite <ao2@ao2.it>
+Build-Depends: debhelper (>= 11), pkg-php-tools (>= 1.7~)
+Build-Depends-Indep: asciidoc, xmlto
+Standards-Version: 4.1.3
+Homepage: https://git.ao2.it/tweeper.git
+Vcs-Git: https://git.ao2.it/tweeper.git -b debian/master
+Vcs-Browser: https://git.ao2.it/tweeper.git
+
+Package: tweeper
+Architecture: all
+Depends: ${misc:Depends},  ${phpcomposer:Debian-require}
+Suggests: libapache2-mod-php | php-cgi
+Description: web scraper to convert supported websites like Twitter.com to RSS
+ tweeper is a web scraper which can be used to conveniently follow the
+ public activity of social network users without the need to log in or even be
+ subscribed to the social network; tweeper converts the public information to
+ RSS so that it can be 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
+  * Instagram.com
+  * Facebook.com (public pages)
+ .
+ tweeper can be used as:
+ .
+  1. a command line tool;
+  2. a filter for feed readers;
+  3. a web based tool when used with a PHP-enabled web server.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..38bfb0d
--- /dev/null
@@ -0,0 +1,21 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tweeper
+Upstream-Contact: Antonio Ospite <ao2@ao2.it>
+Source: https://git.ao2.it/tweeper.git
+
+Files: *
+Copyright: 2013-2018, Antonio Ospite <ao2@ao2.it>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2013-2018, Antonio Ospite <ao2@ao2.it>
+License: GPL-3+
+
+License: GPL-3+
+ 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; version 3 dated June, 2007, or (at
+ your option) any later version.
+ .
+ On Debian systems, the complete text of version 3 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-3'.
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..724e084
--- /dev/null
@@ -0,0 +1,2 @@
+README
+TODO
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..28c4246
--- /dev/null
@@ -0,0 +1,5 @@
+[DEFAULT]
+debian-branch = debian/master
+upstream-branch = master
+upstream-tag = v%(version)s
+pristine-tar = False
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..05543cd
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --with phpcomposer
+
+override_dh_auto_install:
+       $(MAKE) DESTDIR=$(CURDIR)/debian/tweeper prefix=/usr install
+
+override_dh_installchangelogs:
+       dh_installchangelogs NEWS
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..b2ab0df
--- /dev/null
@@ -0,0 +1,4 @@
+version=4
+opts="mode=git, pgpmode=none" \
+https://git.ao2.it/tweeper.git \
+refs/tags/v([\d\.]+) debian uupdate