[Python-apps-commits] r12558 - in packages/db2twitter/trunk (11 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Sat Oct 31 16:32:02 UTC 2015


    Date: Saturday, October 31, 2015 @ 16:32:01
  Author: chaica-guest
Revision: 12558

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

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


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

Added: packages/db2twitter/trunk/debian/changelog
===================================================================
--- packages/db2twitter/trunk/debian/changelog	                        (rev 0)
+++ packages/db2twitter/trunk/debian/changelog	2015-10-31 16:32:01 UTC (rev 12558)
@@ -0,0 +1,5 @@
+db2twitter (0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #803588)
+
+ -- Carl Chenet <chaica at debian.org>  Tue, 15 Sep 2015 00:36:50 +0100

Added: packages/db2twitter/trunk/debian/compat
===================================================================
--- packages/db2twitter/trunk/debian/compat	                        (rev 0)
+++ packages/db2twitter/trunk/debian/compat	2015-10-31 16:32:01 UTC (rev 12558)
@@ -0,0 +1 @@
+9

Added: packages/db2twitter/trunk/debian/control
===================================================================
--- packages/db2twitter/trunk/debian/control	                        (rev 0)
+++ packages/db2twitter/trunk/debian/control	2015-10-31 16:32:01 UTC (rev 12558)
@@ -0,0 +1,21 @@
+Source: db2twitter
+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
+X-Python3-Version: >= 3.4
+Standards-Version: 3.9.6.1
+Homepage: https://github.com/chaica/db2twitter
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/db2twitter/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/db2twitter/trunk/
+
+Package: db2twitter
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-tweepy, python3-sqlalchemy
+Description: Simple Twitter bot using a database to build and send tweets
+ db2twitter fetches data from a database using the SQLAlchemy library,
+ filling a user-defined template to build a tweet and send it.
+ db2twitter keeps track of already sent tweets and only sends a new
+ tweet if it was not sent before. db2twitter information are stored in
+ a sqlite database.

Added: packages/db2twitter/trunk/debian/copyright
===================================================================
--- packages/db2twitter/trunk/debian/copyright	                        (rev 0)
+++ packages/db2twitter/trunk/debian/copyright	2015-10-31 16:32:01 UTC (rev 12558)
@@ -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/db2twitter
+
+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/db2twitter/trunk/debian/db2twitter.1
===================================================================
--- packages/db2twitter/trunk/debian/db2twitter.1	                        (rev 0)
+++ packages/db2twitter/trunk/debian/db2twitter.1	2015-10-31 16:32:01 UTC (rev 12558)
@@ -0,0 +1,57 @@
+'\" t
+.\"     Title: db2twitter
+.\"    Author: Carl Chenet <chaica at ohmytux.com>
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"      Date: 10/31/2015
+.\"    Manual: \ \&
+.\"    Source: \ \&
+.\"  Language: English
+.\"
+.TH "DB2TWITTER" "1" "10/31/2015" "\ \&" "\ \&"
+.\" -----------------------------------------------------------------
+.\" * 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"
+db2twitter \- simple Twitter bot using a database to build and send tweets
+.SH "SYNOPSIS"
+.sp
+db2twitter db2twitter\&.ini
+.SH "DESCRIPTION"
+.sp
+db2twitter fetches data from a database using the SQLAlchemy library, filling a user\-defined template to build a tweet and send it\&. db2twitter keeps track of already sent tweets and only sends a new tweet if it was not sent before\&. db2twitter information are stored in a sqlite database\&.
+.SH "EXAMPLES"
+.sp
+Launch db2twitter
+.sp
+$ db2twitter db2twitter\&.ini
+.SH "AUTHOR"
+.sp
+Carl Chenet <chaica at ohmytux\&.com[]>
+.SH "RESSOURCES"
+.sp
+db2twitter project homepage : https://github\&.com/chaica/db2twitter
+.SH "LICENSE"
+.sp
+Copyright \(co 2015 Carl Chenet <chaica at backupchecker\&.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/db2twitter/trunk/debian/manpages
===================================================================
--- packages/db2twitter/trunk/debian/manpages	                        (rev 0)
+++ packages/db2twitter/trunk/debian/manpages	2015-10-31 16:32:01 UTC (rev 12558)
@@ -0,0 +1 @@
+debian/db2twitter.1

Added: packages/db2twitter/trunk/debian/rules
===================================================================
--- packages/db2twitter/trunk/debian/rules	                        (rev 0)
+++ packages/db2twitter/trunk/debian/rules	2015-10-31 16:32:01 UTC (rev 12558)
@@ -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/db2twitter/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/db2twitter/trunk/debian/source/format
===================================================================
--- packages/db2twitter/trunk/debian/source/format	                        (rev 0)
+++ packages/db2twitter/trunk/debian/source/format	2015-10-31 16:32:01 UTC (rev 12558)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/db2twitter/trunk/debian/watch
===================================================================
--- packages/db2twitter/trunk/debian/watch	                        (rev 0)
+++ packages/db2twitter/trunk/debian/watch	2015-10-31 16:32:01 UTC (rev 12558)
@@ -0,0 +1,5 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/db2twitter-$1\.tar\.gz/ \
+  https://github.com/chaica/db2twitter/tags .*/v?(\d\S*)\.tar\.gz




More information about the Python-apps-commits mailing list