[Pkg-ganeti-commits] r12 - in trunk/ganeti/debian: . patches

Guido Trotter ultrotter at alioth.debian.org
Wed Nov 28 18:27:24 UTC 2007


Author: ultrotter
Date: Wed Nov 28 18:27:24 2007
New Revision: 12

Log:
Patch the ganeti-os-interface man page

This will hopefully go upstream too, but it's not worth waiting for the next
release for us to upload so we temporarily add a debian patch system. Since we
don't plan to manage lots of patches the simple cdbs patch system has been
chosen. We can convert to quilt or dpatch later if we think we need to.



Added:
   trunk/ganeti/debian/patches/
   trunk/ganeti/debian/patches/00_os-interface-man.patch
Modified:
   trunk/ganeti/debian/rules

Added: trunk/ganeti/debian/patches/00_os-interface-man.patch
==============================================================================
--- (empty file)
+++ trunk/ganeti/debian/patches/00_os-interface-man.patch	Wed Nov 28 18:27:24 2007
@@ -0,0 +1,28 @@
+diff -Nur ganeti-1.2~b3/man/ganeti-os-interface.in ganeti-1.2~b3.new/man/ganeti-os-interface.in
+--- ganeti-1.2~b3/man/ganeti-os-interface.in	2007-11-26 16:24:18.000000000 +0000
++++ ganeti-1.2~b3.new/man/ganeti-os-interface.in	2007-11-28 18:18:04.914751868 +0000
+@@ -3,10 +3,10 @@
+ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
+ .\" Please send any bug reports, improvements, comments, patches, 
+ .\" etc. to Steve Cheng <steve at ggi-project.org>.
+-.TH "GANETI-OS-INTERFACE" "7" "26 November 2007" "ganeti 1.2" ""
++.TH "GANETI-OS-INTERFACE" "7" "28 November 2007" "ganeti 1.2" ""
+ 
+ .SH NAME
+-ganeti guest OS interface \- specifications for guest OS types
++ganeti-os-interface \- specifications for guest OS types
+ .SH "DESCRIPTION"
+ .PP
+ The method of supporting guest operating systems in Ganeti is to
+diff -Nur ganeti-1.2~b3/man/ganeti-os-interface.sgml ganeti-1.2~b3.new/man/ganeti-os-interface.sgml
+--- ganeti-1.2~b3/man/ganeti-os-interface.sgml	2007-09-18 14:49:19.000000000 +0100
++++ ganeti-1.2~b3.new/man/ganeti-os-interface.sgml	2007-11-28 18:16:14.578781173 +0000
+@@ -31,7 +31,7 @@
+     <refmiscinfo>ganeti 1.2</refmiscinfo>
+   </refmeta>
+   <refnamediv>
+-    <refname>ganeti guest OS interface</refname>
++    <refname>ganeti-os-interface</refname>
+ 
+     <refpurpose>specifications for guest OS types
+     </refpurpose>

Modified: trunk/ganeti/debian/rules
==============================================================================
--- trunk/ganeti/debian/rules	(original)
+++ trunk/ganeti/debian/rules	Wed Nov 28 18:27:24 2007
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/makefile.mk
 



More information about the Pkg-ganeti-commits mailing list