~ubuntu-branches/debian/experimental/apparmor/experimental

« back to all changes in this revision

Viewing changes to debian/patches/0102-manpage-release-name.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-05-01 19:29:07 UTC
  • Revision ID: james.westby@ubuntu.com-20110501192907-49snsnhfzlej5i71
Tags: 2.6.1-3
* debian/control: add sneaky missing Build-Dep on liblocale-gettext-perl
  (fixes FTBFS on some extremely minimal chroots, Closes: 624566).
* debian/patches/0101-declarations.patch: add missing declarations needed
  for sensitive compilers (fixes FTBFS on mips/mipsel).
* debian/patches/0102-manpage-release-name.patch: update manpage release
  names to match others.
* debian/patches/0103-kfreebsd-compile.patch, debian/{control,rules}:
  attempt to build as much as possible (no parser) on non-Linux systems.
* debian/po/ru.po: add translation, thanks to Yuri Kozlov (Closes: 624741).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: adjust documentation "release" name to make other documentation.
 
2
Author: Kees Cook <kees@debian.org>
 
3
 
 
4
Index: apparmor-debian/changehat/tomcat_apparmor/tomcat_5_0/Makefile
 
5
===================================================================
 
6
--- apparmor-debian.orig/changehat/tomcat_apparmor/tomcat_5_0/Makefile  2011-05-01 15:17:37.342148076 -0700
 
7
+++ apparmor-debian/changehat/tomcat_apparmor/tomcat_5_0/Makefile       2011-05-01 15:17:58.112429741 -0700
 
8
@@ -37,4 +37,4 @@
 
9
        rm -f tomcat_apparmor.spec ${NAME}-*.tar.gz Make.rules
 
10
 
 
11
 install: $(SPECFILE)
 
12
-        ant  -Dversion=$(VERSION) -Drelease=$(RELEASE) -Dcatalina_home=${CATALINA_HOME} -Dinstall_lib=${LIB} install_jar install_jni
 
13
+        ant  -Dversion=$(VERSION) -Drelease=$(MAN_RELEASE) -Dcatalina_home=${CATALINA_HOME} -Dinstall_lib=${LIB} install_jar install_jni
 
14
Index: apparmor-debian/changehat/tomcat_apparmor/tomcat_5_5/Makefile
 
15
===================================================================
 
16
--- apparmor-debian.orig/changehat/tomcat_apparmor/tomcat_5_5/Makefile  2011-05-01 15:17:39.792181300 -0700
 
17
+++ apparmor-debian/changehat/tomcat_apparmor/tomcat_5_5/Makefile       2011-05-01 15:17:50.072320708 -0700
 
18
@@ -37,4 +37,4 @@
 
19
        rm -f tomcat_apparmor.spec ${NAME}-*.tar.gz Make.rules
 
20
 
 
21
 install: $(SPECFILE)
 
22
-        ant  -Dversion=$(VERSION) -Drelease=$(RELEASE) -Dcatalina_home=${CATALINA_HOME} -Dinstall_lib=${LIB} install_jar install_jni
 
23
+        ant  -Dversion=$(VERSION) -Drelease=$(MAN_RELEASE) -Dcatalina_home=${CATALINA_HOME} -Dinstall_lib=${LIB} install_jar install_jni
 
24
Index: apparmor-debian/libraries/libapparmor/doc/Makefile.am
 
25
===================================================================
 
26
--- apparmor-debian.orig/libraries/libapparmor/doc/Makefile.am  2011-05-01 15:19:37.103772494 -0700
 
27
+++ apparmor-debian/libraries/libapparmor/doc/Makefile.am       2011-05-01 15:24:18.657594537 -0700
 
28
@@ -14,8 +14,7 @@
 
29
 %.2: %.pod
 
30
        $(POD2MAN) \
 
31
                --section=2 \
 
32
-               --release="NOVELL/SUSE" \
 
33
+               --release="AppArmor $(VERSION)" \
 
34
                --center="AppArmor" \
 
35
-               --date="2007-07-27" \
 
36
                $< > $@
 
37
 $