[Python-apps-commits] r12815 - in packages/twitterwatch/trunk (11 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Sat Feb 20 17:46:46 UTC 2016


    Date: Saturday, February 20, 2016 @ 17:46:45
  Author: chaica-guest
Revision: 12815

[svn-inject] Applying Debian modifications (0.1-1) to trunk

Added:
  packages/twitterwatch/trunk/debian/
  packages/twitterwatch/trunk/debian/changelog
  packages/twitterwatch/trunk/debian/compat
  packages/twitterwatch/trunk/debian/control
  packages/twitterwatch/trunk/debian/copyright
  packages/twitterwatch/trunk/debian/manpages
  packages/twitterwatch/trunk/debian/rules
  packages/twitterwatch/trunk/debian/source/
  packages/twitterwatch/trunk/debian/source/format
  packages/twitterwatch/trunk/debian/twitterwatch.1
  packages/twitterwatch/trunk/debian/watch


Property changes on: packages/twitterwatch/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/twitterwatch/trunk/debian/changelog
===================================================================
--- packages/twitterwatch/trunk/debian/changelog	                        (rev 0)
+++ packages/twitterwatch/trunk/debian/changelog	2016-02-20 17:46:45 UTC (rev 12815)
@@ -0,0 +1,5 @@
+twitterwatch (0.1-1) unstable; urgency=low
+
+  * First upstream release. Closes #815097
+
+ -- Carl Chenet <chaica at debian.org>  Mon, 18 Feb 2016 14:39:28 +0100

Added: packages/twitterwatch/trunk/debian/compat
===================================================================
--- packages/twitterwatch/trunk/debian/compat	                        (rev 0)
+++ packages/twitterwatch/trunk/debian/compat	2016-02-20 17:46:45 UTC (rev 12815)
@@ -0,0 +1 @@
+9

Added: packages/twitterwatch/trunk/debian/control
===================================================================
--- packages/twitterwatch/trunk/debian/control	                        (rev 0)
+++ packages/twitterwatch/trunk/debian/control	2016-02-20 17:46:45 UTC (rev 12815)
@@ -0,0 +1,19 @@
+Source: twitterwatch
+Priority: optional
+Section: python
+Maintainer: Carl Chenet <chaica at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
+X-Python3-Version: >= 3.4
+Standards-Version: 3.9.6.1
+Homepage: https://github.com/chaica/twitterwatch
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/twitterwatch/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/twitterwatch/trunk/
+
+Package: twitterwatch
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-tweepy
+Description: Simple Twitter bot detecting if no tweet was posted recently on a timeline
+ Twitterwatch watches a user timeline in order to check if tweets
+ are tweeted on a regular schedule. If not, Twitterwatch warns you
+ by sending emails.

Added: packages/twitterwatch/trunk/debian/copyright
===================================================================
--- packages/twitterwatch/trunk/debian/copyright	                        (rev 0)
+++ packages/twitterwatch/trunk/debian/copyright	2016-02-20 17:46:45 UTC (rev 12815)
@@ -0,0 +1,34 @@
+This package was debianized by Chenet Carl <chaica at ohmytux.com> on
+Wed, 15 Sep 2015 00:32:58 +0100.
+
+It was downloaded from https://github.com/chaica/twitterwatch
+
+Upstream Author: 
+
+    Chenet Carl <chaica at ohmytux.com>
+
+Copyright: 
+
+    Copyright © 2015 Carl Chenet <chaica at ohmytux.com>
+
+License:
+
+    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 3 of the License, or
+    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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is © 2015, Chenet Carl <chaica at ohmytux.com> and
+is licensed under the GPL-3 or any later version, see above.

Added: packages/twitterwatch/trunk/debian/manpages
===================================================================
--- packages/twitterwatch/trunk/debian/manpages	                        (rev 0)
+++ packages/twitterwatch/trunk/debian/manpages	2016-02-20 17:46:45 UTC (rev 12815)
@@ -0,0 +1 @@
+debian/twitterwatch.1

Added: packages/twitterwatch/trunk/debian/rules
===================================================================
--- packages/twitterwatch/trunk/debian/rules	                        (rev 0)
+++ packages/twitterwatch/trunk/debian/rules	2016-02-20 17:46:45 UTC (rev 12815)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_python3:
+	dh_python3 --shebang=/usr/bin/python3


Property changes on: packages/twitterwatch/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/twitterwatch/trunk/debian/source/format
===================================================================
--- packages/twitterwatch/trunk/debian/source/format	                        (rev 0)
+++ packages/twitterwatch/trunk/debian/source/format	2016-02-20 17:46:45 UTC (rev 12815)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/twitterwatch/trunk/debian/twitterwatch.1
===================================================================
--- packages/twitterwatch/trunk/debian/twitterwatch.1	                        (rev 0)
+++ packages/twitterwatch/trunk/debian/twitterwatch.1	2016-02-20 17:46:45 UTC (rev 12815)
@@ -0,0 +1,57 @@
+'\" t
+.\"     Title: twitterwatch
+.\"    Author: Carl Chenet <chaica at ohmytux.com>
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 02/20/2016
+.\"    Manual: \ \&
+.\"    Source: \ \&
+.\"  Language: English
+.\"
+.TH "TWITTERWATCH" "1" "02/20/2016" "\ \&" "\ \&"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+Twitterwatch \- Simple Twitter bot detecting if no tweet was posted recently on a timeline
+.SH "SYNOPSIS"
+.sp
+twitterwatch twitterwatch\&.ini
+.SH "DESCRIPTION"
+.sp
+Twitterwatch watches a user timeline in order to check if tweets are tweeted on a regular schedule\&. If not, Twitterwatch warns you by sending emails\&.
+.SH "EXAMPLES"
+.sp
+Launch twitterwatch:
+.sp
+$ twitterwatch twitterwatch\&.ini
+.SH "AUTHOR"
+.sp
+Carl Chenet <chaica at ohmytux\&.com[]>
+.SH "RESSOURCES"
+.sp
+Twitterwatch project homepage : https://github\&.com/chaica/twitterwatch
+.SH "LICENSE"
+.sp
+Copyright \(co 2015\-2016 Carl Chenet <chaica at ohmytux\&.com> 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\&. 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/\&.
+.SH "AUTHOR"
+.PP
+\fBCarl Chenet\fR <\&chaica at ohmytux\&.com\&>
+.RS 4
+Author.
+.RE

Added: packages/twitterwatch/trunk/debian/watch
===================================================================
--- packages/twitterwatch/trunk/debian/watch	                        (rev 0)
+++ packages/twitterwatch/trunk/debian/watch	2016-02-20 17:46:45 UTC (rev 12815)
@@ -0,0 +1,5 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/twitterwatch-$1\.tar\.gz/ \
+  https://github.com/chaica/twitterwatch/tags .*/v?(\d\S*)\.tar\.gz




More information about the Python-apps-commits mailing list