[blitz++] 13/18: Do not use brace expansion in debhelper install files

Jerome Benoit calculus-guest at moszumanska.debian.org
Tue Aug 2 00:55:19 UTC 2016


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

calculus-guest pushed a commit to annotated tag debian/0.10-1
in repository blitz++.

commit f4fa9d9e09ab56b7313afda7b79e9271a2165a6d
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jun 15 11:38:34 2012 +0000

    Do not use brace expansion in debhelper install files
---
 changelog             |  2 ++
 libblitz-doc.examples |  3 ++-
 libblitz0-dev.install | 12 ++++++++----
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/changelog b/changelog
index 97970e2..839d12f 100644
--- a/changelog
+++ b/changelog
@@ -12,6 +12,8 @@ blitz++ (1:0.9-13) UNRELEASED; urgency=low
       Closes: #623786
     - save all docs from upstream source before clean target removes
       them automatically to build twice in a row successfully
+  * debian/{libblitz-doc.examples,libblitz0-dev.install}: Do not use
+    brace expansion
 
  -- Andreas Tille <tille at debian.org>  Fri, 15 Jun 2012 11:37:15 +0200
 
diff --git a/libblitz-doc.examples b/libblitz-doc.examples
index caa39c1..bfb7248 100644
--- a/libblitz-doc.examples
+++ b/libblitz-doc.examples
@@ -1,2 +1,3 @@
-examples/*{cpp,f}
+examples/*cpp
+examples/*f
 debian/Makefile.examples
diff --git a/libblitz0-dev.install b/libblitz0-dev.install
index 449f298..09bf5f6 100644
--- a/libblitz0-dev.install
+++ b/libblitz0-dev.install
@@ -1,6 +1,10 @@
 lib/.libs/libblitz.a		usr/lib
-blitz/*.{h,cc}			usr/include/blitz
-blitz/gnu/*.{h,cc}              usr/include/blitz/gnu
-blitz/array/*.{h,cc}		usr/include/blitz/array
-blitz/meta/*.{h,cc}		usr/include/blitz/meta
+blitz/*.h			usr/include/blitz
+blitz/*.cc			usr/include/blitz
+blitz/gnu/*.h			usr/include/blitz/gnu
+blitz/gnu/*.cc			usr/include/blitz/gnu
+blitz/array/*.h			usr/include/blitz/array
+blitz/array/*.cc		usr/include/blitz/array
+blitz/meta/*.h			usr/include/blitz/meta
+blitz/meta/*.cc			usr/include/blitz/meta
 random/*.h			usr/include/random

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



More information about the debian-science-commits mailing list