[rlplot] 10/23: Imported Debian patch 1.1.2-2

Andreas Tille tille at debian.org
Wed Jun 29 09:50:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository rlplot.

commit c2c979da0cb171ea94f712658f713adc78326a1a
Author: James Stone <jamesmstone at gmail.com>
Date:   Sat Nov 11 21:09:11 2006 +0000

    Imported Debian patch 1.1.2-2
---
 debian/changelog      |  8 ++++++++
 debian/control        |  2 +-
 debian/rlplot.desktop | 10 ++++++++++
 debian/rules          | 10 ++++++++--
 4 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 31e4f53..5ab4fa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+rlplot (1.1.2-2) unstable; urgency=low
+
+  * Added binary-indep target to rules file (Closes: #395742)
+  * Added .desktop file and icon (thanks to Vassilis Pandis) (Closes: #375768)
+  * Upload sponsored by Matthew Palmer <mpalmer at debian.org>
+
+ -- James Stone <jamesmstone at gmail.com>  Sat, 11 Nov 2006 21:09:11 +0000
+
 rlplot (1.1.2-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index f137c0e..9de6e2a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Maintainer: James Stone <jamesmstone at gmail.com>
 Build-Depends: debhelper (>= 4.0.0), libqt3-mt-dev (>= 3 ), libx11-dev (>= 4.3 )  
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 
 Package: rlplot
 Architecture: any
diff --git a/debian/rlplot.desktop b/debian/rlplot.desktop
new file mode 100644
index 0000000..429d890
--- /dev/null
+++ b/debian/rlplot.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.1.2
+Encoding=UTF-8
+Name=Rlplot Graph Generator
+Comment=Generate publication quality graphs
+Exec=rlplot
+Icon=RLPlot.xpm
+Type=Application
+Terminal=false
+Categories=Application;Math;Science;
diff --git a/debian/rules b/debian/rules
index 31d993c..347c7cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,10 @@ build-arch-stamp: configure-stamp
 	$(MAKE) 
 	touch build-arch-stamp
 
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
 clean:
 	dh_testdir
 	dh_testroot
@@ -63,6 +67,8 @@ install-arch:
 binary-common:
 	dh_testdir
 	dh_testroot
+	dh_install RLPlot.xpm usr/share/pixmaps
+	dh_install debian/rlplot.desktop usr/share/applications
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
@@ -83,5 +89,5 @@ binary-common:
 binary-arch: build-arch install-arch
 	$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
 
-binary: binary-arch 
-.PHONY: build clean binary-arch binary install install-arch configure
+binary: binary-arch binary-indep
+.PHONY: build clean binary-indep binary-arch binary install install-arch configure

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/rlplot.git



More information about the debian-science-commits mailing list