From: Jan-Pascal van Best Date: Mon, 22 Feb 2016 19:34:56 +0000 (+0100) Subject: Release 1.2-1 X-Git-Tag: debian/1.2-1 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;p=tweet-django-debian Release 1.2-1 --- diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..b7b48c2 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,4 @@ +files +*.debhelper +*.substvars +tweet-django/ diff --git a/debian/README b/debian/README deleted file mode 100644 index 51cfc4a..0000000 --- a/debian/README +++ /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 index 0000000..51cfc4a --- /dev/null +++ b/debian/README.Debian @@ -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 diff --git a/debian/changelog b/debian/changelog index 66605f7..6dba123 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tweet-django (1.2-1) unstable; urgency=medium + + * New upstream release + + -- Jan-Pascal van Best Mon, 22 Feb 2016 20:32:37 +0100 + tweet-django (1.1-1) unstable; urgency=medium * New upstream release