~ubuntu-branches/ubuntu/quantal/awstats/quantal

« back to all changes in this revision

Viewing changes to debian/patches/1010_dirdata_permissions.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, Sergey B Kirpichev, Jonas Smedegaard
  • Date: 2011-03-12 19:44:25 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110312194425-hn7bo427pgqw2smz
Tags: 7.0~dfsg-1
* New upstream release.
  Closes: bug#613447.

[ Sergey B Kirpichev ]
* Unfuzz patches.
* Update patch 1008.
* Drop obsolete patches.
* Fix +x bit on *.js in docs/examples
* Avoid asterisks in debian/NEWS entries, to please lintian.
* Fix recode bulgarian tooltips file as utf-8.
  Closes: bug#610632.
* Forward patches 0007 and 1015 upstream.
* Allow DM (Debian Maintainer) uploads.

[ Jonas Smedegaard ]
* Update copyright file:
  + Rewrite using Subversion rev.173 of draft DEP5 format.
  + Add some previously missed authors and licenses.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
--- a/wwwroot/cgi-bin/awstats.pl
6
6
+++ b/wwwroot/cgi-bin/awstats.pl
7
 
@@ -2965,7 +2965,7 @@
 
7
@@ -2972,7 +2972,7 @@
8
8
        if ( !$MigrateStats && !-d $DirData ) {
9
9
                if ($CreateDirDataIfNotExists) {
10
10
                        if ($Debug) { debug( " Make directory $DirData", 2 ); }