[Pkg-scicomp-devel] orsa/trunk/debian [BROKEN EMAIL]


Thu Dec 6 17:07:43 UTC 2007


SVN commit 1929 by fst:

* debian/control.in:
 - Bumped Standards-Version from 3.7.2 to 3.7.3, no changes required.
 - Changed my maintainer address to fst at debian.org.
* debian/rules: Remove empty files and directories generated by doxygen from
  the liborsa-doc package instead of overriding lintian warnings.



 M  +5 -2      orsa/trunk/debian/changelog  
 M  +2 -2      orsa/trunk/debian/control  
 M  +2 -2      orsa/trunk/debian/control.in  
 M  +1 -1      orsa/trunk/debian/copyright  
 M  +4 -4      orsa/trunk/debian/manpages/xorsa.xml  
 D             orsa/trunk/debian/overrides/liborsa-doc  
 M  +1 -0      orsa/trunk/debian/rules  


--- orsa/trunk/debian/changelog #1928:1929
@@ -1,13 +1,16 @@
 orsa (0.7.0-10) unstable; urgency=low
 
-  * NOT RELEASED YET
   * debian/control.in:
     - Removed XS- prefix from Vcs fields because they are now officially
       supported by dpkg.
     - Moved Homepage pseudo field in the long description to the source stanza
       because this is now a propper debian/control field supported by dpkg.
+    - Bumped Standards-Version from 3.7.2 to 3.7.3, no changes required.
+    - Changed my maintainer address to fst at debian.org.
+  * debian/rules: Remove empty files and directories generated by doxygen from
+    the liborsa-doc package instead of overriding lintian warnings.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Fri, 21 Sep 2007 09:29:09 +0200
+ -- Frank S. Thomas <fst at debian.org>  Thu, 06 Dec 2007 17:59:16 +0100
 
 orsa (0.7.0-9) unstable; urgency=low
 
--- orsa/trunk/debian/control #1928:1929
@@ -2,8 +2,8 @@
 Section: science
 Priority: optional
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
-Uploaders: Frank S. Thomas <frank at thomas-alfeld.de>
-Standards-Version: 3.7.2
+Uploaders: Frank S. Thomas <fst at debian.org>
+Standards-Version: 3.7.3
 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), sharutils, docbook2x, docbook-xml, automake1.9, autoconf, libtool, pkg-config, libreadline5-dev | libreadline-dev, libqt3-mt-dev (>= 3:3.3), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libgsl0-dev (>= 1.5), fftw-dev (>= 2.1), libcln-dev (>= 1.1.6), libginac-dev (>= 1.3.7-1), libgmp3-dev
 Build-Depends-Indep: doxygen, graphviz
 Homepage: http://orsa.sourceforge.net
--- orsa/trunk/debian/control.in #1928:1929
@@ -2,8 +2,8 @@
 Section: science
 Priority: optional
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
-Uploaders: Frank S. Thomas <frank at thomas-alfeld.de>
-Standards-Version: 3.7.2
+Uploaders: Frank S. Thomas <fst at debian.org>
+Standards-Version: 3.7.3
 Build-Depends: @cdbs@, sharutils, docbook2x, docbook-xml, automake1.9, autoconf, libtool, pkg-config, libreadline5-dev | libreadline-dev, libqt3-mt-dev (>= 3:3.3), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libgsl0-dev (>= 1.5), fftw-dev (>= 2.1), libcln-dev (>= 1.1.6), libginac-dev (>= 1.3.7-1), libgmp3-dev
 Build-Depends-Indep: doxygen, graphviz
 Homepage: http://orsa.sourceforge.net
--- orsa/trunk/debian/copyright #1928:1929
@@ -33,5 +33,5 @@
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
 
-The Debian packaging is © 2005-2007 Frank S. Thomas <frank at thomas-alfeld.de>
+The Debian packaging is © 2005-2007 Frank S. Thomas <fst at debian.org>
 and is licensed under the GPL, see above.
--- orsa/trunk/debian/manpages/xorsa.xml #1928:1929
@@ -5,7 +5,7 @@
   <!ENTITY gnu        "<acronym>GNU</acronym>">
   <!ENTITY gpl        "&gnu; <acronym>GPL</acronym>">
   <!ENTITY dhusername "Frank S. Thomas">
-  <!ENTITY dhemail    "<email>frank at thomas-alfeld.de</email>">
+  <!ENTITY dhemail    "<email>fst at debian.org</email>">
 ]>
 
 <!-- 
@@ -14,13 +14,13 @@
  This file is licensed under the terms of the GNU General Public License,
  Version 2 or any later version published by the Free Software Foundation.
 
- Copyright 2005, 2007 Frank S. Thomas <frank at thomas-alfeld.de>
+ Copyright 2005, 2007 Frank S. Thomas <fst at debian.org>
 -->
 
 <refentry>
   <refentryinfo>
     <address>
-      <email>frank at thomas-alfeld.de</email>
+      &dhemail;
     </address>
     <author>
       <firstname>Frank S.</firstname>
@@ -29,7 +29,7 @@
     <copyright>
       <year>2005</year>
       <year>2007</year>
-      <holder>Frank S. Thomas</holder>
+      <holder>&dhusername;</holder>
     </copyright>
     <date>May 19, 2007</date>
   </refentryinfo>
--- orsa/trunk/debian/rules #1928:1929
@@ -32,6 +32,7 @@
 
 build/liborsa-doc::
 	cd src/liborsa && doxygen Doxyfile
+	rm -rf `find src/liborsa -empty \( -type f -o -type d \)`
 
 clean::
 	dh_clean xorsa.1



More information about the Pkg-scicomp-devel mailing list