[SCM] SETI at home packaging branch, master, updated. debian/7.00_svn1883-2-3-g791c8fa

Guo Yixuan culu.gyx at gmail.com
Thu Jul 18 02:07:04 UTC 2013


The following commit has been merged in the master branch:
commit 791c8faae89691e302b1d001260055506fb535a6
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Thu Jul 18 09:58:54 2013 +0800

    removed astropulse for now

diff --git a/debian/changelog b/debian/changelog
index ac33c49..7e2f6cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc-app-seti (7.00~svn1883-3) UNRELEASED; urgency=low
+
+  * Remove astropulse in app_info.xml.in.
+
+ -- Guo Yixuan <culu.gyx at gmail.com>  Thu, 18 Jul 2013 09:57:38 +0800
+
 boinc-app-seti (7.00~svn1883-2) unstable; urgency=low
 
   [ Gianfranco Costamagna ]
diff --git a/debian/extra-graphics/app_info.xml.in b/debian/extra-graphics/app_info.xml.in
index adb4281..05636a3 100644
--- a/debian/extra-graphics/app_info.xml.in
+++ b/debian/extra-graphics/app_info.xml.in
@@ -45,19 +45,19 @@
             <open_name>graphics_app</open_name>
 	</file_ref>
     </app_version>
-    <app>
-        <name>astropulse_v6</name>
-    </app>
-    <file_info>
-        <name>setiathome_enhanced</name>
-        <executable/>
-    </file_info>
-    <app_version>
-        <app_name>astropulse_v6</app_name>
-        <version_num>VERSION</version_num>
-        <file_ref>
-            <file_name>setiathome_enhanced</file_name>
-            <main_program/>
-        </file_ref>
-    </app_version>
+#    <app>
+#        <name>astropulse_v6</name>
+#    </app>
+#    <file_info>
+#        <name>setiathome_enhanced</name>
+#        <executable/>
+#    </file_info>
+#    <app_version>
+#        <app_name>astropulse_v6</app_name>
+#        <version_num>VERSION</version_num>
+#        <file_ref>
+#            <file_name>setiathome_enhanced</file_name>
+#            <main_program/>
+#        </file_ref>
+#    </app_version>
 </app_info>
diff --git a/debian/extra/app_info.xml.in b/debian/extra/app_info.xml.in
index 9d2073a..b72ff5a 100644
--- a/debian/extra/app_info.xml.in
+++ b/debian/extra/app_info.xml.in
@@ -29,19 +29,19 @@
            <main_program/>
         </file_ref>
     </app_version>
-    <app>
-        <name>astropulse_v6</name>
-    </app>
-    <file_info>
-        <name>setiathome_enhanced</name>
-        <executable/>
-    </file_info>
-    <app_version>
-        <app_name>astropulse_v6</app_name>
-        <version_num>VERSION</version_num>
-        <file_ref>
-            <file_name>setiathome_enhanced</file_name>
-            <main_program/>
-        </file_ref>
-    </app_version>
+#    <app>
+#        <name>astropulse_v6</name>
+#    </app>
+#    <file_info>
+#        <name>setiathome_enhanced</name>
+#        <executable/>
+#    </file_info>
+#    <app_version>
+#        <app_name>astropulse_v6</app_name>
+#        <version_num>VERSION</version_num>
+#        <file_ref>
+#            <file_name>setiathome_enhanced</file_name>
+#            <main_program/>
+#        </file_ref>
+#    </app_version>
 </app_info>
diff --git a/debian/rules b/debian/rules
index 18a3f1e..2d7df03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -144,9 +144,9 @@ override_dh_install:
 	cp -f nographics/client/seti_boinc  nographics/client/setiathome_enhanced
 	cp -f graphics/client/seti_boinc    graphics/client/setiathome_enhanced
 	cp -f graphics/client/seti_graphics graphics/client/setiathome_graphics
-	cat debian/extra/app_info.xml.in | \
+	cat debian/extra/app_info.xml.in | perl -ne 'print unless /^#/' | \
 	  sed -e 's/VERSION/$(APP_INFO_VERSION)/' > debian/extra/app_info.xml
-	cat debian/extra-graphics/app_info.xml.in | \
+	cat debian/extra-graphics/app_info.xml.in | perl -ne 'print unless /^#/' | \
 	  sed -e 's/VERSION/$(APP_INFO_VERSION)/' > debian/extra-graphics/app_info.xml
 	dh_install
 

-- 
SETI at home packaging



More information about the pkg-boinc-commits mailing list