[Python-modules-commits] r30321 - in packages/django-countries/trunk/debian (2 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Aug 28 19:47:10 UTC 2014


    Date: Thursday, August 28, 2014 @ 19:47:09
  Author: fladi-guest
Revision: 30321

Remove superflous settings.py used for tests, upstream ships its own now.

Modified:
  packages/django-countries/trunk/debian/changelog
Deleted:
  packages/django-countries/trunk/debian/settings.py

Modified: packages/django-countries/trunk/debian/changelog
===================================================================
--- packages/django-countries/trunk/debian/changelog	2014-08-28 19:42:38 UTC (rev 30320)
+++ packages/django-countries/trunk/debian/changelog	2014-08-28 19:47:09 UTC (rev 30321)
@@ -3,6 +3,16 @@
   * NOT RELEASED YET
   * New upstream release.
   * Rewrite use_iso_codes_package.patch for new upstream code.
+  * Check PGP signature on upstream tarball.
+  * Update patch to not include flag icons.
+  * Rewrite README.Debian to reflect changes to famfamfam-flag-*
+    symlink.
+  * Switch buildsystem to pybuild.
+  * Add lintian-overrides missing upstream changelog and symlink to
+    famfamfam-flag-*.
+  * Update patch to use iso-codes package data to new ustream code.
+  * Add dh-python to Build-Depends.
+  * Update years in d/copyright.
 
  -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 27 Aug 2014 15:36:47 +0200
 

Deleted: packages/django-countries/trunk/debian/settings.py
===================================================================
--- packages/django-countries/trunk/debian/settings.py	2014-08-28 19:42:38 UTC (rev 30320)
+++ packages/django-countries/trunk/debian/settings.py	2014-08-28 19:47:09 UTC (rev 30321)
@@ -1,16 +0,0 @@
-DATABASES = {
-    'default': {
-        'ENGINE': 'django.db.backends.sqlite3',
-        'NAME': 'testproject/test.db3',
-    }
-}
-INSTALLED_APPS = ["django_countries",
-                  "django.contrib.auth",
-                  "django.contrib.contenttypes",
-                  "django.contrib.admin",
-                  "django.contrib.sites",
-                  "django.contrib.sessions",
-                  ]
-SITE_ID = 1
-ROOT_URLCONF = "testproject.urls"
-SECRET_KEY = "1"




More information about the Python-modules-commits mailing list