~lutostag/ubuntu/utopic/maas/1.5.2

« back to all changes in this revision

Viewing changes to debian/patches/01-fix-database-settings.patch

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez, Dustin Kirkland, Andres Rodriguez
  • Date: 2014-01-31 09:38:51 UTC
  • mfrom: (1.2.21)
  • Revision ID: package-import@ubuntu.com-20140131093851-0jd8i9q57uxqxk3i
Tags: 1.5+bzr1909-0ubuntu1
* New upstream release.

[ Dustin Kirkland ]
* debian/maas-region-controller-min.postinst: Fix typo in sed. Remove
  double quotes. (LP: #1274448)

[ Andres Rodriguez ]
* debian/control: Add depends on python-crochet.
* Get rid of dfsg on the versioning as we no longer strip any code from
  the orig tarball.
  - debian/rules: Do not strip any files out of the tarball.
* debian/patches/*: Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: maas-0.1+bzr702+dfsg.orig/contrib/maas_local_settings.py
2
 
===================================================================
3
 
--- maas-0.1+bzr702+dfsg.orig.orig/contrib/maas_local_settings.py       2012-06-29 12:03:20.000000000 -0400
4
 
+++ maas-0.1+bzr702+dfsg.orig/contrib/maas_local_settings.py    2012-06-29 12:17:00.733389757 -0400
 
1
--- maas-1.5+bzr1908.orig.orig/contrib/maas_local_settings.py   2014-02-07 11:22:59.330556956 -0500
 
2
+++ maas-1.5+bzr1908.orig/contrib/maas_local_settings.py        2014-02-07 11:22:59.326556956 -0500
5
3
@@ -7,7 +7,7 @@
6
4
 DEFAULT_MAAS_URL = "http://maas.internal.example.com/"
7
5
 
11
9
 
12
10
 # Prefix to use for MAAS's urls.
13
11
 # If FORCE_SCRIPT_NAME is None (the default), all the urls will start with
14
 
@@ -68,9 +68,9 @@
 
12
@@ -81,9 +81,9 @@
15
13
     'default': {
16
14
         # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' etc.
17
15
         'ENGINE': 'django.db.backends.postgresql_psycopg2',