[Python-modules-commits] r27940 - in packages/django-adminaudit/tags (7 files)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Wed Feb 26 02:20:08 UTC 2014


    Date: Wednesday, February 26, 2014 @ 02:20:07
  Author: vcheng
Revision: 27940

[svn-buildpackage] Tagging django-adminaudit 0.3.3-1

Added:
  packages/django-adminaudit/tags/0.3.3-1/
  packages/django-adminaudit/tags/0.3.3-1/debian/changelog
    (from rev 27939, packages/django-adminaudit/trunk/debian/changelog)
  packages/django-adminaudit/tags/0.3.3-1/debian/control
    (from rev 27939, packages/django-adminaudit/trunk/debian/control)
  packages/django-adminaudit/tags/0.3.3-1/debian/copyright
    (from rev 27939, packages/django-adminaudit/trunk/debian/copyright)
Deleted:
  packages/django-adminaudit/tags/0.3.3-1/debian/changelog
  packages/django-adminaudit/tags/0.3.3-1/debian/control
  packages/django-adminaudit/tags/0.3.3-1/debian/copyright

Deleted: packages/django-adminaudit/tags/0.3.3-1/debian/changelog
===================================================================
--- packages/django-adminaudit/trunk/debian/changelog	2014-02-26 02:10:08 UTC (rev 27938)
+++ packages/django-adminaudit/tags/0.3.3-1/debian/changelog	2014-02-26 02:20:07 UTC (rev 27940)
@@ -1,18 +0,0 @@
-django-adminaudit (0.3.3-1) UNRELEASED; urgency=low
-
-  [ Chris Johnston ]
-  * New upstream release
-  * Added schema for configglue-enabled applications
-  * Refactored adminaudit/__init__.py to avoid django imports at package
-    import time
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:00:40 +0200
-
-django-adminaudit (0.3.2-1) unstable; urgency=low
-
-  * Initial debian release (Closes: #678566)
-
- -- Chris Johnston <chrisjohnston at ubuntu.com>  Sun, 24 Jun 2012 11:21:10 -0400

Copied: packages/django-adminaudit/tags/0.3.3-1/debian/changelog (from rev 27939, packages/django-adminaudit/trunk/debian/changelog)
===================================================================
--- packages/django-adminaudit/tags/0.3.3-1/debian/changelog	                        (rev 0)
+++ packages/django-adminaudit/tags/0.3.3-1/debian/changelog	2014-02-26 02:20:07 UTC (rev 27940)
@@ -0,0 +1,24 @@
+django-adminaudit (0.3.3-1) unstable; urgency=low
+
+  * Team upload.
+
+  [ Chris Johnston ]
+  * New upstream release
+  * Added schema for configglue-enabled applications
+  * Refactored adminaudit/__init__.py to avoid django imports at package
+    import time
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+  [ Vincent Cheng ]
+  * Update Standards version to 3.9.5.
+  * Include LGPL header in d/copyright and ensure full DEP-5 compliance.
+
+ -- Vincent Cheng <vcheng at debian.org>  Tue, 25 Feb 2014 18:15:20 -0800
+
+django-adminaudit (0.3.2-1) unstable; urgency=low
+
+  * Initial debian release (Closes: #678566)
+
+ -- Chris Johnston <chrisjohnston at ubuntu.com>  Sun, 24 Jun 2012 11:21:10 -0400

Deleted: packages/django-adminaudit/tags/0.3.3-1/debian/control
===================================================================
--- packages/django-adminaudit/trunk/debian/control	2014-02-26 02:10:08 UTC (rev 27938)
+++ packages/django-adminaudit/tags/0.3.3-1/debian/control	2014-02-26 02:20:07 UTC (rev 27940)
@@ -1,18 +0,0 @@
-Source: django-adminaudit
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>
-Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.4
-Homepage: https://launchpad.net/django-adminaudit
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-adminaudit/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-adminaudit/trunk/
-
-Package: python-django-adminaudit
-Architecture: all
-Depends: python-django, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Description: improves the logging capabilities of Django's admin
- Django Admin Audit will provide a way to inspect recent changes carried out in
- the admin interface allowing you to send out an email summary and ideally
- provide enough information to manually undo any unwanted changes.

Copied: packages/django-adminaudit/tags/0.3.3-1/debian/control (from rev 27939, packages/django-adminaudit/trunk/debian/control)
===================================================================
--- packages/django-adminaudit/tags/0.3.3-1/debian/control	                        (rev 0)
+++ packages/django-adminaudit/tags/0.3.3-1/debian/control	2014-02-26 02:20:07 UTC (rev 27940)
@@ -0,0 +1,18 @@
+Source: django-adminaudit
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Chris Johnston <chrisjohnston at ubuntu.com>
+Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.5
+Homepage: https://launchpad.net/django-adminaudit
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-adminaudit/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-adminaudit/trunk/
+
+Package: python-django-adminaudit
+Architecture: all
+Depends: python-django, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: improves the logging capabilities of Django's admin
+ Django Admin Audit will provide a way to inspect recent changes carried out in
+ the admin interface allowing you to send out an email summary and ideally
+ provide enough information to manually undo any unwanted changes.

Deleted: packages/django-adminaudit/tags/0.3.3-1/debian/copyright
===================================================================
--- packages/django-adminaudit/trunk/debian/copyright	2014-02-26 02:10:08 UTC (rev 27938)
+++ packages/django-adminaudit/tags/0.3.3-1/debian/copyright	2014-02-26 02:20:07 UTC (rev 27940)
@@ -1,15 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-
-Files: *
-Copyright: (C) 2010-2012 Canonical Ltd. (http://www.canonical.com)
-License: LGPL-3.0
-
-Files: debian/*
-Copyright: 2012 Chris Johnston <chrisjohnston at ubuntu.com>
-License: LGPL-3.0
-
-License: LGPL-3.0
- This software is licensed under the GNU Library General Public License version 3
- .
- On Debian-based systems the full text of the LGPL, version 3, can be found at
- /usr/share/common-licenses/LGPL-3.

Copied: packages/django-adminaudit/tags/0.3.3-1/debian/copyright (from rev 27939, packages/django-adminaudit/trunk/debian/copyright)
===================================================================
--- packages/django-adminaudit/tags/0.3.3-1/debian/copyright	                        (rev 0)
+++ packages/django-adminaudit/tags/0.3.3-1/debian/copyright	2014-02-26 02:20:07 UTC (rev 27940)
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-adminaudit
+Source: https://pypi.python.org/pypi/django-adminaudit/
+
+Files: *
+Copyright: (C) 2010-2012 Canonical Ltd. (http://www.canonical.com)
+License: LGPL-3.0
+
+Files: debian/*
+Copyright: 2012 Chris Johnston <chrisjohnston at ubuntu.com>
+License: LGPL-3.0
+
+License: LGPL-3.0
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) 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 Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3".




More information about the Python-modules-commits mailing list