File: 03_manpage.diff

package info (click to toggle)
python-django 1.2.3-3%2Bsqueeze15
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 29,720 kB
  • ctags: 21,538
  • sloc: python: 101,631; xml: 574; makefile: 149; sh: 121; sql: 7
file content (23 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Forwarded-Upstream: not needed
Author: Brett Parker <iDunno@sommitrealweird.co.uk>
Comment:
 Update the manual page to speak of django-admin instead of
 django-admin.py as that's the name used by the Debian package.
 .
 This is a Debian specific patch.

--- a/docs/man/django-admin.1	2007-09-08 10:47:27.516890257 +0100
+++ b/docs/man/django-admin.1	2007-09-08 10:48:01.822845242 +0100
@@ -1,9 +1,9 @@
-.TH "django-admin.py" "1" "March 2008" "Django Project" ""
+.TH "django-admin" "1" "March 2008" "Django Project" ""
 .SH "NAME"
-django\-admin.py \- Utility script for the Django web framework
+django\-admin \- Utility script for the Django web framework
 .SH "SYNOPSIS"
-.B django\-admin.py
+.B django\-admin
 .I <action>
 .B [options]
 .sp
 .SH "DESCRIPTION"