]> www.vanbest.org Git - tweet-django-debian/commitdiff
Release 1.2-1 master debian/1.2-1
authorJan-Pascal van Best <janpascal@vanbest.org>
Mon, 22 Feb 2016 19:34:56 +0000 (20:34 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Mon, 22 Feb 2016 20:25:32 +0000 (21:25 +0100)
debian/.gitignore [new file with mode: 0644]
debian/README [deleted file]
debian/README.Debian [new file with mode: 0644]
debian/changelog

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644 (file)
index 0000000..b7b48c2
--- /dev/null
@@ -0,0 +1,4 @@
+files
+*.debhelper
+*.substvars
+tweet-django/
diff --git a/debian/README b/debian/README
deleted file mode 100644 (file)
index 51cfc4a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-This is the Debian README for tweet-django
-
-Before using tweet-django, please configure it. The configuration file is located in /etc/tweet-django/settings.py
-You will probably need to edit the following settings:
-
-ALLOWED_HOSTS: Add the host name your web server is reachable as
-LANGUAGE_CODE, TIME_ZONE, etc: Edit to taste
-TWEET_OAUTH_*: Please register your application instance with Twitter and fill in the credentials here
-TWEET_MAPQUEST_API_KEY: Please register with MapQuest and fill in the API key here
-
-Also have a look at /etc/apache2/conf-enabled/tweet-django. You may want to change the URL path the
-application is made available at (by default /tweet-django/tweet/), or have the application only
-available in one (or more) virtual hosts, or add an extra alias.
-
-After configuring, you will need to (re)start the streaming tweet daemon:
-# systemctl restart tweet-django
-and the Apache web server:
-# systemctl restart apache2
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..51cfc4a
--- /dev/null
@@ -0,0 +1,18 @@
+This is the Debian README for tweet-django
+
+Before using tweet-django, please configure it. The configuration file is located in /etc/tweet-django/settings.py
+You will probably need to edit the following settings:
+
+ALLOWED_HOSTS: Add the host name your web server is reachable as
+LANGUAGE_CODE, TIME_ZONE, etc: Edit to taste
+TWEET_OAUTH_*: Please register your application instance with Twitter and fill in the credentials here
+TWEET_MAPQUEST_API_KEY: Please register with MapQuest and fill in the API key here
+
+Also have a look at /etc/apache2/conf-enabled/tweet-django. You may want to change the URL path the
+application is made available at (by default /tweet-django/tweet/), or have the application only
+available in one (or more) virtual hosts, or add an extra alias.
+
+After configuring, you will need to (re)start the streaming tweet daemon:
+# systemctl restart tweet-django
+and the Apache web server:
+# systemctl restart apache2
index 66605f771eaa0dece44d80961a2c226a7b40902e..6dba1237e214d3e398bcf229a877db432a5d18c2 100644 (file)
@@ -1,3 +1,9 @@
+tweet-django (1.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Jan-Pascal van Best <janpascal@vanbest.org>  Mon, 22 Feb 2016 20:32:37 +0100
+
 tweet-django (1.1-1) unstable; urgency=medium
 
   * New upstream release