~ubuntu-branches/ubuntu/raring/sshfp/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/001_use-tarball-manpage.diff

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff
  • Date: 2010-10-16 18:35:10 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101016183510-z7u34dvt8os5qw30
Tags: 1.1.6-1
* New upstream release
* Drop patches merged upstream
* Add build-depends on xmlto 
* Add patch to use the manpage from the orig tarball 
* Pass --unapply-patches to dpkg-source before build

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Use the manpage provided in the orig tarball
 
2
Author: Julien Valroff <julien@kirya.net>
 
3
Forwarded: not-needed
 
4
 
 
5
--- a/Makefile
 
6
+++ b/Makefile
 
7
@@ -5,7 +5,7 @@
 
8
 BIN     = $(DESTDIR)/usr/bin
 
9
 MAN     = $(DESTDIR)/usr/share/man/man1
 
10
 
 
11
-all: man
 
12
+all:
 
13
        
 
14
 install:
 
15
        install -m 0755 -d $(BIN)
 
16
@@ -14,14 +14,5 @@
 
17
        install -m 0644 sshfp.1 $(MAN)
 
18
        gzip $(MAN)/sshfp.1
 
19
 
 
20
-sshfp.1: sshfp.1.xml
 
21
-       xmlto man sshfp.1.xml
 
22
-
 
23
-man:   man-page
 
24
-man-page: sshfp.1
 
25
-
 
26
-clean:
 
27
-       -rm -f sshfp.1
 
28
-
 
29
 dist-clean:
 
30
        @echo Nothing to dist-clean - This is a python script