~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to debian/patches/remove-empty-readme.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## remove-empty-readme.dpatch by  <debian@adkgis.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Don't install this README which essentially has nothing in it
6
 
 
7
 
@DPATCH@
8
 
diff -urNad qgis-0.7.4~/doc/Makefile.am qgis-0.7.4/doc/Makefile.am
9
 
--- qgis-0.7.4~/doc/Makefile.am 2006-04-08 17:03:34.000000000 -0400
10
 
+++ qgis-0.7.4/doc/Makefile.am  2006-04-08 17:03:35.000000000 -0400
11
 
@@ -18,7 +18,6 @@
12
 
                                                         install.pdf \
13
 
                                                         plugins \
14
 
                                                         qgisdoc.css \
15
 
-                                                        README \
16
 
                                                         userguide.pdf 
17
 
 
18
 
 # generated by ls -1 | sed -e '/CVS/d' -e '/Makefile/d' -e 's#\(.*\)#     \1 \\#'
19
 
diff -urNad qgis-0.7.4~/doc/Makefile.in qgis-0.7.4/doc/Makefile.in
20
 
--- qgis-0.7.4~/doc/Makefile.in 2006-04-08 17:03:34.000000000 -0400
21
 
+++ qgis-0.7.4/doc/Makefile.in  2006-04-08 17:03:50.000000000 -0400
22
 
@@ -222,7 +222,6 @@
23
 
                                                         install.pdf \
24
 
                                                         plugins \
25
 
                                                         qgisdoc.css \
26
 
-                                                        README \       
27
 
                                                         userguide.pdf 
28
 
 
29