Re: [Django] #15677: Release tarball missing "backup~" test file

2012-02-10 Thread Django
#15677: Release tarball missing "backup~" test file
---+--
 Reporter:  lamby  |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Uncategorized  |  Version:  1.3
 Severity:  Normal |   Resolution:  invalid
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by cdestigter):

 * ui_ux:   => 0
 * type:   => Uncategorized
 * severity:   => Normal
 * easy:   => 0


Comment:

 I stumbled across this same problem trying to backport django 1.3.1 to
 ubuntu lucid. For future reference the solution is to add this to your
 debian/rules :

 {{{
 override_dh_clean:
 # backup~ is used in tests
 dh_clean -Xbackup~
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15677: Release tarball missing "backup~" test file

2011-03-24 Thread Django
#15677: Release tarball missing "backup~" test file
-+--
   Reporter:  lamby  |Owner:  nobody
 Status:  closed |Milestone:
  Component:  Uncategorized  |  Version:  1.3
 Resolution:  invalid| Keywords:
   Triage Stage:  Unreviewed |Has patch:  0
Needs documentation:  0  |  Needs tests:  0
Patch needs improvement:  0  |
-+--
Changes (by lukeplant):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 The Django 1.3 tarball certainly contains that file. Running the
 staticfiles_tests gives 100% positive result, and deleting that file gives
 the result you describe. So something else must have deleted that file on
 your system.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.