[SCM] Packaging for mathgl branch, master, updated. debian/1.11.0.1-6-2-g06b8984

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Mon Mar 14 00:24:16 UTC 2011


The following commit has been merged in the master branch:
commit 06b8984dee6a29b163e64ef5236e61d0cc10f998
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Mon Mar 14 04:18:35 2011 +0200

    Add patch for removal of the files texinfo/mgl_ru.info-*

diff --git a/.pc/applied-patches b/.pc/applied-patches
index 0869205..67ca6b1 100644
--- a/.pc/applied-patches
+++ b/.pc/applied-patches
@@ -4,3 +4,4 @@ dircategory-and-direntry-mgl-ru-texi.patch
 dircategory-and-direntry-mgl-en-texi.patch
 correct-spelling-error-in-nympy-i.patch
 mgl-mgl_data_io_cpp.patch
+texinfo-Makefile.patch
diff --git a/.pc/correct-spelling-error-in-nympy-i.patch/.timestamp b/.pc/texinfo-Makefile.patch/.timestamp
similarity index 100%
copy from .pc/correct-spelling-error-in-nympy-i.patch/.timestamp
copy to .pc/texinfo-Makefile.patch/.timestamp
diff --git a/texinfo/Makefile.am b/.pc/texinfo-Makefile.patch/texinfo/Makefile.am
similarity index 100%
copy from texinfo/Makefile.am
copy to .pc/texinfo-Makefile.patch/texinfo/Makefile.am
diff --git a/texinfo/Makefile.in b/.pc/texinfo-Makefile.patch/texinfo/Makefile.in
similarity index 100%
copy from texinfo/Makefile.in
copy to .pc/texinfo-Makefile.patch/texinfo/Makefile.in
diff --git a/debian/changelog b/debian/changelog
index db2db5e..d80ed37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 mathgl (1.11.0.1-7) unstable; urgency=low
 
+  * Create patch for the removal of the texinfo/mgl_ru.info-* files
   * Update symbols files
 
- -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>  Sun, 13 Mar 2011 22:15:00 +0200
+ -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>  Mon, 14 Mar 2011 00:10:00 +0200
 
 mathgl (1.11.0.1-6) unstable; urgency=low
 
diff --git a/debian/patches/series b/debian/patches/series
index 0869205..67ca6b1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ dircategory-and-direntry-mgl-ru-texi.patch
 dircategory-and-direntry-mgl-en-texi.patch
 correct-spelling-error-in-nympy-i.patch
 mgl-mgl_data_io_cpp.patch
+texinfo-Makefile.patch
diff --git a/debian/patches/texinfo-Makefile.patch b/debian/patches/texinfo-Makefile.patch
new file mode 100644
index 0000000..ce7821c
--- /dev/null
+++ b/debian/patches/texinfo-Makefile.patch
@@ -0,0 +1,25 @@
+Fix removal of files texinfo/mgl_ru.info-*
+--- a/texinfo/Makefile.am
++++ b/texinfo/Makefile.am
+@@ -1,7 +1,8 @@
+ SUBDIRS				= png .
+ 
+ CLEANFILES = mathgl_en.info mathgl_en.info-1 mathgl_en.info-2 mathgl_en.info-3 mgl_en.info \
+-mathgl_ru.info mathgl_ru.info-1 mathgl_ru.info-2 mathgl_ru.info-3 mathgl_ru.info-4 mgl_ru.info
++mathgl_ru.info mathgl_ru.info-1 mathgl_ru.info-2 mathgl_ru.info-3 mathgl_ru.info-4 mgl_ru.info \
++mgl_ru.info-*
+ 
+ MAKEINFOHTML		= texi2html
+ TEXI2PDF			= texi2pdf
+--- a/texinfo/Makefile.in
++++ b/texinfo/Makefile.in
+@@ -296,7 +296,8 @@
+ top_srcdir = @top_srcdir@
+ SUBDIRS = png .
+ CLEANFILES = mathgl_en.info mathgl_en.info-1 mathgl_en.info-2 mathgl_en.info-3 mgl_en.info \
+-mathgl_ru.info mathgl_ru.info-1 mathgl_ru.info-2 mathgl_ru.info-3 mathgl_ru.info-4 mgl_ru.info
++mathgl_ru.info mathgl_ru.info-1 mathgl_ru.info-2 mathgl_ru.info-3 mathgl_ru.info-4 mgl_ru.info \
++mgl_ru.info-*
+ 
+ MAKEINFOHTML = texi2html
+ TEXI2PDF = texi2pdf
diff --git a/debian/rules b/debian/rules
index e1838f8..38afd6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export DH_OPTIONS=-v
 
 clean:
 	dh_testdir
-	rm -f png/*.png texinfo/mgl_ru.info-*
+	rm -f png/*.png
 	dh_auto_clean
 	dh_clean 
 
diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am
index d35c1b3..82ec329 100644
--- a/texinfo/Makefile.am
+++ b/texinfo/Makefile.am
@@ -1,7 +1,8 @@
 SUBDIRS				= png .
 
 CLEANFILES = mathgl_en.info mathgl_en.info-1 mathgl_en.info-2 mathgl_en.info-3 mgl_en.info \
-mathgl_ru.info mathgl_ru.info-1 mathgl_ru.info-2 mathgl_ru.info-3 mathgl_ru.info-4 mgl_ru.info
+mathgl_ru.info mathgl_ru.info-1 mathgl_ru.info-2 mathgl_ru.info-3 mathgl_ru.info-4 mgl_ru.info \
+mgl_ru.info-*
 
 MAKEINFOHTML		= texi2html
 TEXI2PDF			= texi2pdf
diff --git a/texinfo/Makefile.in b/texinfo/Makefile.in
index da79aba..96b3257 100644
--- a/texinfo/Makefile.in
+++ b/texinfo/Makefile.in
@@ -296,7 +296,8 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = png .
 CLEANFILES = mathgl_en.info mathgl_en.info-1 mathgl_en.info-2 mathgl_en.info-3 mgl_en.info \
-mathgl_ru.info mathgl_ru.info-1 mathgl_ru.info-2 mathgl_ru.info-3 mathgl_ru.info-4 mgl_ru.info
+mathgl_ru.info mathgl_ru.info-1 mathgl_ru.info-2 mathgl_ru.info-3 mathgl_ru.info-4 mgl_ru.info \
+mgl_ru.info-*
 
 MAKEINFOHTML = texi2html
 TEXI2PDF = texi2pdf

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list