[clinfo] 03/04: switch to the implementation from http://github.com/Oblomov/clinfo

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 14:10:04 UTC 2014


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

anbe pushed a commit to branch experimental
in repository clinfo.

commit e32dab2cb1b1b1e0c6f7a94604712af9ffcf2e7d
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Nov 17 06:04:46 2014 +0100

    switch to the implementation from http://github.com/Oblomov/clinfo
---
 debian/changelog       |  8 ++++++++
 debian/clinfo.install  |  1 +
 debian/clinfo.manpages |  1 +
 debian/control         | 16 ++++++++++++----
 debian/copyright       |  9 ++++++++-
 debian/rules           |  4 +++-
 6 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1bf3abd..551d467 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+clinfo (0.0.git20141116-g3263181-1) UNRELEASED; urgency=medium
+
+  * Switch to the implementation by Giuseppe Bilotta,
+    https://github.com/Oblomov/clinfo
+  * Redo the packaging for the new upstream.
+
+ -- Andreas Beckmann <anbe at debian.org>  Mon, 17 Nov 2014 05:51:16 +0100
+
 clinfo (0.0.20130513-2) unstable; urgency=medium
 
   [ Andreas Beckmann ]
diff --git a/debian/clinfo.install b/debian/clinfo.install
new file mode 100644
index 0000000..ffba47a
--- /dev/null
+++ b/debian/clinfo.install
@@ -0,0 +1 @@
+clinfo		usr/bin/
diff --git a/debian/clinfo.manpages b/debian/clinfo.manpages
new file mode 100644
index 0000000..8d7606c
--- /dev/null
+++ b/debian/clinfo.manpages
@@ -0,0 +1 @@
+man/clinfo.1
diff --git a/debian/control b/debian/control
index 6bd9b62..410b7e5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,25 @@ Maintainer: Debian OpenCL Maintainers <pkg-opencl-devel at lists.alioth.debian.org>
 Uploaders:
  Simon Richter <sjr at debian.org>,
  Andreas Beckmann <anbe at debian.org>,
-Build-Depends: debhelper (>= 9.0.0), autotools-dev,
- ocl-icd-opencl-dev | amd-opencl-dev | nvidia-opencl-dev
+Build-Depends:
+ debhelper (>= 9),
+ ocl-icd-opencl-dev | opencl-dev,
 Standards-Version: 3.9.6
+Homepage: https://github.com/Oblomov/clinfo
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-opencl/clinfo.git
 Vcs-Git: git://anonscm.debian.org/pkg-opencl/clinfo.git
 
 Package: clinfo
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: amd-clinfo
-Replaces: amd-clinfo
+Conflicts:
+ clinfo,
+ amd-clinfo,
+Replaces:
+ clinfo,
+ amd-clinfo,
+Provides:
+ clinfo,
 Description: Query OpenCL system information
  OpenCL (Open Computing Language) is a multivendor open standard for
  general-purpose parallel programming of heterogeneous systems that include
diff --git a/debian/copyright b/debian/copyright
index d58b47e..a0cd3d0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,16 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: clinfo
-Source: http://www.simonrichter.eu/clinfo
+Source: https://github.com/Oblomov/clinfo
 
 Files: *
+Copyright: no copyright notice, see License
+License: public-domain
+ The code is released in the public domain, but you are encouraged to
+ share any changes you make.
+
+Files: debian/*
 Copyright: 2013 Simon Richter
+           © 2014 Andreas Beckmann <anbe at debian.org>
 License: GPL-3.0+
 
 License: GPL-3.0+
diff --git a/debian/rules b/debian/rules
index a08cff7..3a3d61f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,6 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --with autotools-dev
+	dh $@
+
+override_dh_auto_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git



More information about the Pkg-opencl-commits mailing list