Mercurial > libpst
comparison debian/patches/05-disable-debian-gen.patch @ 173:d9393349ab29
new debianization from hggdh
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 04 Apr 2009 19:23:33 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
172:6954d315aaa8 | 173:d9393349ab29 |
---|---|
1 --- libpst-0.6.27-orig/configure.in 2009-02-07 12:21:50.000000000 -0600 | |
2 +++ libpst-0.6.27/configure.in 2009-02-24 16:19:03.000000000 -0600 | |
3 @@ -261,8 +261,6 @@ | |
4 | |
5 AC_OUTPUT( \ | |
6 Makefile \ | |
7 - debian/Makefile \ | |
8 - debian/changelog \ | |
9 html/Makefile \ | |
10 info/Makefile \ | |
11 libpst.pc \ | |
12 --- libpst-0.6.27-orig/Makefile.am 2009-02-07 12:21:50.000000000 -0600 | |
13 +++ libpst-0.6.27/Makefile.am 2009-02-24 18:12:02.000000000 -0600 | |
14 @@ -1,4 +1,4 @@ | |
15 -SUBDIRS = src man html info debian | |
16 +SUBDIRS = src man html info | |
17 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ | |
18 html_DATA = AUTHORS COPYING ChangeLog NEWS README | |
19 CLEANFILES = xml/libpst xml/Makefile |