[libclc] 02/02: release 0.2.0+git20150813-1

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Sep 13 23:35:05 UTC 2015


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

mgilbert pushed a commit to branch master
in repository libclc.

commit 66a4c831c1134c17c468a30f6bd83385cf485771
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sun Sep 13 19:32:52 2015 -0400

    release 0.2.0+git20150813-1
---
 debian/README.source    |  2 ++
 debian/changelog        | 10 ++++++++--
 debian/clean            |  3 +++
 debian/copyright        | 10 ++++++----
 debian/libclc-dev.docs  |  2 ++
 debian/libclc-ptx.docs  |  1 +
 debian/libclc-r600.docs |  1 +
 debian/rules            |  4 +---
 debian/watch            |  2 --
 9 files changed, 24 insertions(+), 11 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..f120234
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,2 @@
+There is no watch file in debian/ because upstream uses git but has made
+no tags, so there is currently no way to watch upstream changes.
diff --git a/debian/changelog b/debian/changelog
index c3021ae..7cf2e44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libclc (0.2.0~git20150813-1) UNRELEASED; urgency=medium
+libclc (0.2.0+git20150813-1) unstable; urgency=medium
 
   [ Timo Aaltonen ]
   * New upstream snapshot.
@@ -15,7 +15,13 @@ libclc (0.2.0~git20150813-1) UNRELEASED; urgency=medium
   * Imported packaging history into GIT.
   * Add Vcs-* URLs.
 
- -- Timo Aaltonen <tjaalton at debian.org>  Tue, 18 Aug 2015 09:49:34 +0300
+  [ Michael Gilbert ]
+  * Upload to unstable.
+  * Simplify the clean rule.
+  * Include README.TXT and CREDITS.TXT files.
+  * Move debian/watch to debian/README.source.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Sun, 13 Sep 2015 20:47:52 +0000
 
 libclc (0~git20140101-5) unstable; urgency=medium
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..46e52e9
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,3 @@
+Makefile
+libclc.pc
+build/*.pyc
diff --git a/debian/copyright b/debian/copyright
index a77dc63..e18d66f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,16 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
-Upstream-Name: libclc
 Source: http://libclc.llvm.org
+Upstream-Name: libclc
 
 Files: *
-Copyright: 2011-2014 Peter Collingbourne <peter at pcc.me.uk>
+Copyright:
+ 2011-2015 by the contributors listed in CREDITS.TXT
 License: NCSA or MIT
 
 Files: debian/*
-Copyright: 2013-2014 Michael Gilbert <mgilbert at debian.org>
-           2013-2014 Julian Wollrath <jwollrath at web.de>
+Copyright:
+ 2013-2015 Michael Gilbert <mgilbert at debian.org>
+ 2013-2014 Julian Wollrath <jwollrath at web.de>
 License: NCSA or MIT
 
 License: NCSA
diff --git a/debian/libclc-dev.docs b/debian/libclc-dev.docs
new file mode 100644
index 0000000..19bd97a
--- /dev/null
+++ b/debian/libclc-dev.docs
@@ -0,0 +1,2 @@
+README.TXT
+CREDITS.TXT
diff --git a/debian/libclc-ptx.docs b/debian/libclc-ptx.docs
new file mode 120000
index 0000000..472a9fc
--- /dev/null
+++ b/debian/libclc-ptx.docs
@@ -0,0 +1 @@
+libclc-dev.docs
\ No newline at end of file
diff --git a/debian/libclc-r600.docs b/debian/libclc-r600.docs
new file mode 120000
index 0000000..472a9fc
--- /dev/null
+++ b/debian/libclc-r600.docs
@@ -0,0 +1 @@
+libclc-dev.docs
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index b0ec5e9..f73f6c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,5 @@ override_dh_install:
 	dh_install
 
 override_dh_clean:
-	test ! -e Makefile || make clean
-	find -name '*.pyc' -execdir rm -f {} \;
+	dh_clean
 	find -name '*.d' -execdir rm -f {} \;
-	dh_clean -- Makefile libclc.pc
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index f86bffb..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,2 +0,0 @@
-# upstream uses git, but has made no tags, so there is currently no way to
-# watch upstream changes

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



More information about the Pkg-opencl-commits mailing list