Your message dated Sun, 24 Apr 2016 03:50:28 +0000
with message-id <e1aub40-0004ys...@franck.debian.org>
and subject line Bug#822224: fixed in django-tables 1.1.6-2
has caused the Debian Bug report #822224,
regarding django-tables: Please update build-dependency on django and add a 
clean rule
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
822224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-tables
Version: 1.1.6
Severity: minor

In order to prepare a backport of django-tables, I had to make these two changes
to the current packaging of django-tables:

Update build-depends on python-django and python3-django to 1.8 as the unit 
tests
in django-tables 1.1.6 fail with the django 1.7 which is in jessie.

Add a clean target to debian/rules to delete docs/.build/ to allow the package
to build twice in a row.

debdiff attached.

Please consider adding these updates to the packaging in unstable at the next
upload.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf, arm64

Kernel: Linux 4.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diffstat for django-tables-1.1.6 django-tables-1.1.6

 changelog |   10 ++++++++++
 control   |    4 ++--
 rules     |    5 +++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diff -Nru django-tables-1.1.6/debian/changelog django-tables-1.1.6/debian/changelog
--- django-tables-1.1.6/debian/changelog	2016-04-06 03:54:01.000000000 +0100
+++ django-tables-1.1.6/debian/changelog	2016-04-22 08:42:53.000000000 +0100
@@ -1,3 +1,13 @@
+django-tables (1.1.6-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+  * Update django build depends to 1.8 as 1.7 in jessie causes the
+    django-tables test suite to fail.
+  * Add clean rule to remove docs/.build to allow package to build twice
+    in a row.
+
+ -- Neil Williams <codeh...@debian.org>  Fri, 22 Apr 2016 08:15:18 +0100
+
 django-tables (1.1.6-1) unstable; urgency=medium
 
   * New upstream version.
diff -Nru django-tables-1.1.6/debian/control django-tables-1.1.6/debian/control
--- django-tables-1.1.6/debian/control	2016-04-06 04:02:42.000000000 +0100
+++ django-tables-1.1.6/debian/control	2016-04-22 08:34:27.000000000 +0100
@@ -4,10 +4,10 @@
 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 Uploaders: Brian May <b...@debian.org>
 Build-Depends: debhelper (>=8.1.0), dh-python,
- python-all (>= 2.6.6-3~), python-django (>= 1.4.5), python-setuptools, python-six,
+ python-all (>= 2.6.6-3~), python-django (>= 1.8), python-setuptools, python-six,
  python-pytest-django, python-fudge, python-lxml, python-tz,
  python-django-haystack,
- python3-all, python3-django (>= 1.4.5), python3-setuptools, python3-six,
+ python3-all, python3-django (>= 1.8), python3-setuptools, python3-six,
  python3-pytest-django, python3-fudge, python3-lxml, python3-tz,
  python3-django-haystack,
 Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg-1~), python-doc, python-django-doc
diff -Nru django-tables-1.1.6/debian/rules django-tables-1.1.6/debian/rules
--- django-tables-1.1.6/debian/rules	2016-04-06 03:53:23.000000000 +0100
+++ django-tables-1.1.6/debian/rules	2016-04-22 08:37:47.000000000 +0100
@@ -11,6 +11,11 @@
 	PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
 	dh_auto_build
 
+.PHONY: override_dh_auto_clean
+override_dh_auto_clean:
+	dh_auto_clean
+	$(RM) -r docs/.build
+
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
 	PYTHONPATH=. \

--- End Message ---
--- Begin Message ---
Source: django-tables
Source-Version: 1.1.6-2

We believe that the bug you reported is fixed in the latest version of
django-tables, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 822...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brian May <b...@debian.org> (supplier of updated django-tables package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 24 Apr 2016 12:08:22 +1000
Source: django-tables
Binary: python-django-tables2 python3-django-tables2 python-django-tables2-doc 
django-tables
Architecture: source all
Version: 1.1.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Brian May <b...@debian.org>
Description:
 django-tables - Table/data-grid framework for Django (transitional package)
 python-django-tables2 - Table/data-grid framework for Django
 python-django-tables2-doc - Table/data-grid framework for Django 
(Documentation)
 python3-django-tables2 - Table/data-grid framework for Django
Closes: 822224
Changes:
 django-tables (1.1.6-2) unstable; urgency=medium
 .
   [ Neil Williams ]
   * Update django build depends to 1.8 as 1.7 in jessie causes the
     django-tables test suite to fail.
   * Add clean rule to remove docs/.build to allow package to build twice
     in a row.
 .
   [ Brian May ]
   * Add changes by Neil Williams. Closes: #822224.
Checksums-Sha1:
 68269b61241442fbef58125aac802301c393aafb 2653 django-tables_1.1.6-2.dsc
 4f6a3fa14b4cc9a3321fbf90171606d1bf22dac0 113389 django-tables_1.1.6.orig.tar.gz
 77660df1480e0398dca0db1adc75ab4db27bbefa 5720 
django-tables_1.1.6-2.debian.tar.xz
 44135e27399eb44fec11885b99a97e0230f3604c 8364 django-tables_1.1.6-2_all.deb
 4352e655d7011a8b6613e77428d79a6e58630861 112676 
python-django-tables2-doc_1.1.6-2_all.deb
 b967dac39b224ce88dd6da9d78c83b0a682dfb20 42642 
python-django-tables2_1.1.6-2_all.deb
 3290699737b45b84641b2352de40d84ab67f1869 41458 
python3-django-tables2_1.1.6-2_all.deb
Checksums-Sha256:
 b62790bb0f25fbe67f94c7598d1450b73104c1677da1818eeb3740630a7fa56a 2653 
django-tables_1.1.6-2.dsc
 b54cb1eea10aef1c9f0601f80ca58fb0db919dd80ae281797fd9c7933eb34391 113389 
django-tables_1.1.6.orig.tar.gz
 42f50afd502230d7b1367a5ce601bbae31907ee73f6e13f6db3aaac84ff1d8e8 5720 
django-tables_1.1.6-2.debian.tar.xz
 1d4e36401601d546db326064e9c1dc3ffd4168aad5ee981d50a886fca6804f81 8364 
django-tables_1.1.6-2_all.deb
 f0fdda159ee6bf3dadfd9be40cdbb3d49b94125c1b3883349dc34531b3566f0c 112676 
python-django-tables2-doc_1.1.6-2_all.deb
 811f7767ee82c370abeb25451f1a5c35d6f616a1fa02bf040d1726770035de17 42642 
python-django-tables2_1.1.6-2_all.deb
 11cbcbc65db4b3cb45f048608a0dc3ca1724857c8f98ab53d5fc12e4e55cd9b4 41458 
python3-django-tables2_1.1.6-2_all.deb
Files:
 42a6e3ca1a6476ef48504058d1e25611 2653 python optional django-tables_1.1.6-2.dsc
 1075f6722486000f730b08ef23b42b78 113389 python optional 
django-tables_1.1.6.orig.tar.gz
 8d68e276de5e958b90ffea4471c0a6c8 5720 python optional 
django-tables_1.1.6-2.debian.tar.xz
 516cde9cc8c20d9ccf7708feed510a7d 8364 oldlibs extra 
django-tables_1.1.6-2_all.deb
 c7f6e4686c0782a8ce7028050a4b495a 112676 doc optional 
python-django-tables2-doc_1.1.6-2_all.deb
 f89dfaeae274442c16cbf37f9eabb2f3 42642 python optional 
python-django-tables2_1.1.6-2_all.deb
 089ad2cbbf9dd794f632821810a36e9e 41458 python optional 
python3-django-tables2_1.1.6-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXHD7sAAoJEBeEV3+BH26sjCoQAMJizHaglheaiXQP89MUc/hB
Bj+QwamYVRFuPC1WV+gvK9tKPgWhQPKzS3yWXxYDcjmjjYveaYdQrYtHnlzmtKn1
XyDqC2G5T3EjHzO8JvxXbMVoshMBtne/0ZVNTOoB5YGu54eD8lLMcQplu/M4GBmU
5CDmqmH5sRVa0vkyvmZ7LdrSCs6oihgsgiUSb5xGkVSFLTCgQ6PaFH3E0xiURTAQ
nAkoMaXOhykKmKhwYg18GMpFPegUx2lod9Ujqi4VgnRW3BMSiaWrNueHj4taEWXK
0c34rdA7hE1ByjkhAEYhe1GhQ8KddrVidLq5dVVuc2UC9AdvuAWr8zYy5fMOlQOr
5ZFTriYQ9KeM2k9HIhcuFYUZ6j7sFMhebIoB4DZuDojW8/jtKiEVRq/VrnZOtcxd
1V2iRecgvqKB5VCTvg2DP2s0sk8w4gjsmdK92phMT7Alk/O7BUtWeqRDDG8A6vGF
H9ZcGL6D0Qz+q/1vhOppPm7xOW+KWW8T9c7bz8Tv8bzrULYmLkfVkr0JRot/LK2V
4WiSGOmrF+atKNAI5Hus2bxNvJc+aM0ungn86bNKz6PlaQkMGXs4QfXPZ+GpF8z2
bw6VG+ovOByloUQtvNWnV7vAyvPtx8boL/tv4UX8pKl1+u8xND46ewosXLdN3tqY
+E31vS8FTNkL9l2ixwpO
=+2Gf
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to