Author: malat-guest
Date: 2011-10-28 10:57:53 +0000 (Fri, 28 Oct 2011)
New Revision: 8336

Added:
   trunk/packages/activiz.net/debian/get-orig-source
Removed:
   trunk/packages/activiz.net/debian/get-orig-source.sh
Modified:
   trunk/packages/activiz.net/debian/compat
   trunk/packages/activiz.net/debian/control
   trunk/packages/activiz.net/debian/copyright
   trunk/packages/activiz.net/debian/rules
Log:
use dep5 for the copyright file

Modified: trunk/packages/activiz.net/debian/compat
===================================================================
--- trunk/packages/activiz.net/debian/compat    2011-10-28 08:53:44 UTC (rev 
8335)
+++ trunk/packages/activiz.net/debian/compat    2011-10-28 10:57:53 UTC (rev 
8336)
@@ -1 +1 @@
-7
+8

Modified: trunk/packages/activiz.net/debian/control
===================================================================
--- trunk/packages/activiz.net/debian/control   2011-10-28 08:53:44 UTC (rev 
8335)
+++ trunk/packages/activiz.net/debian/control   2011-10-28 10:57:53 UTC (rev 
8336)
@@ -4,7 +4,9 @@
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <[email protected]>
-Build-Depends: debhelper (>= 8), cmake (>= 2.8.3), mummy, 
libkitware-mummy-runtime1.0-cil, gccxml, libvtk5-dev (>= 5.6), mono-devel, 
cli-common-dev (>= 0.5.7)
+Build-Depends: debhelper (>= 8), cmake (>= 2.8.3), mummy,
+ libkitware-mummy-runtime1.0-cil, gccxml, libvtk5-dev (>= 5.6), mono-devel,
+ cli-common-dev (>= 0.5.7)
 Build-Depends-Indep: doxygen (>= 1.6.2), graphviz
 Standards-Version: 3.9.2
 Homepage: http://www.kitware.com/products/avdownload.php

Modified: trunk/packages/activiz.net/debian/copyright
===================================================================
--- trunk/packages/activiz.net/debian/copyright 2011-10-28 08:53:44 UTC (rev 
8335)
+++ trunk/packages/activiz.net/debian/copyright 2011-10-28 10:57:53 UTC (rev 
8336)
@@ -1,40 +1,24 @@
-This work was packaged for Debian by:
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: ActiViz.NET
+Source: http://www.kitware.com/products/avdownload.php
 
-    Mathieu Malaterre <[email protected]> on Wed, 16 Feb 2011 
20:36:39 +0100
-
-It was downloaded from:
-
-    http://www.kitware.com/products/avdownload.php
-
-Upstream Author(s):
-
-    <[email protected]>
-
-Copyright:
-
-    <Copyright (C) 2006-2011 Kitware Inc.>
-
-License:
-
-    ActiViz .NET OpenSource Edition
-    
-    Copyright (c) 2006-2011 Kitware Inc.
-    All rights reserved.
-    
+Files: *
+Copyright: © 2006-2011 Kitware Inc.
+Licence: BSD
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions are met:
-    
+ .
      * Redistributions of source code must retain the above copyright notice,
        this list of conditions and the following disclaimer.
-    
+ .
      * Redistributions in binary form must reproduce the above copyright 
notice,
        this list of conditions and the following disclaimer in the 
documentation
        and/or other materials provided with the distribution.
-    
+ .
      * Neither name of Kitware, Inc. nor the names of any contributors may be
        used to endorse or promote products derived from this software without
        specific prior written permission.
-    
+ .
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -46,35 +30,6 @@
     OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
USE
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-The Debian packaging is:
-
-    Copyright (C) 2011 Mathieu Malaterre <[email protected]>
-
-and is licensed under the BSD license:
-
-Copyright (c) The Regents of the University of California.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. Neither the name of the University nor the names of its contributors
-   may be used to endorse or promote products derived from this software
-   without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.
+Files: debian/*
+Copyright: © 2011 Mathieu Malaterre <[email protected]>
+License: BSD

Copied: trunk/packages/activiz.net/debian/get-orig-source (from rev 8335, 
trunk/packages/activiz.net/debian/get-orig-source.sh)
===================================================================
--- trunk/packages/activiz.net/debian/get-orig-source                           
(rev 0)
+++ trunk/packages/activiz.net/debian/get-orig-source   2011-10-28 10:57:53 UTC 
(rev 8336)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+# We need to be matching VTK version actually:
+#VERSION=5.6.1
+VERSION=`dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-`
+
+rm -rf activiz.net-$VERSION
+
+# c31433cf52778339d29404a7818f4b6c188d5212
+git clone git://public.kitware.com/activizdotnet.git activiz.net-$VERSION
+cd activiz.net-$VERSION
+rm -rf .git
+
+# W: activiz.net-examples: windows-devel-file-in-package 
usr/share/activiz.net/examples/Dialog/VB/Dialog.sln
+#find . -name "*.sln" -exec rm {} \;
+#find . -name "*.sln.in" -exec rm {} \;
+#find . -name Thumbs.db -exec rm {} \;
+
+cd ..
+
+GZIP=-9 tar cfz activiz.net_$VERSION.orig.tar.gz activiz.net-$VERSION

Deleted: trunk/packages/activiz.net/debian/get-orig-source.sh
===================================================================
--- trunk/packages/activiz.net/debian/get-orig-source.sh        2011-10-28 
08:53:44 UTC (rev 8335)
+++ trunk/packages/activiz.net/debian/get-orig-source.sh        2011-10-28 
10:57:53 UTC (rev 8336)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-# We need to be matching VTK version actually:
-#VERSION=5.6.1
-VERSION=`dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-`
-
-rm -rf activiz.net-$VERSION
-
-# c31433cf52778339d29404a7818f4b6c188d5212
-git clone git://public.kitware.com/activizdotnet.git activiz.net-$VERSION
-cd activiz.net-$VERSION
-rm -rf .git
-
-# W: activiz.net-examples: windows-devel-file-in-package 
usr/share/activiz.net/examples/Dialog/VB/Dialog.sln
-#find . -name "*.sln" -exec rm {} \;
-#find . -name "*.sln.in" -exec rm {} \;
-#find . -name Thumbs.db -exec rm {} \;
-
-cd ..
-
-GZIP=-9 tar cfz activiz.net_$VERSION.orig.tar.gz activiz.net-$VERSION

Modified: trunk/packages/activiz.net/debian/rules
===================================================================
--- trunk/packages/activiz.net/debian/rules     2011-10-28 08:53:44 UTC (rev 
8335)
+++ trunk/packages/activiz.net/debian/rules     2011-10-28 10:57:53 UTC (rev 
8336)
@@ -1,11 +1,19 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+DPKG_EXPORT_BUILDFLAGS = 1
+-include /usr/share/dpkg/buildflags.mk
+
+CMAKE_FLAGS = \
+       -DAVDN_INSTALL_PREFIX:PATH=/usr \
+       -DAVDN_SNKEYFILE:STRING=/usr/share/cli-common/keys/mono.snk \
+       -DGENERATE_DOXYGEN:BOOL=ON
+
 %:
        dh $@ --parallel
 
 override_dh_auto_configure:
-       dh_auto_configure -- -DAVDN_INSTALL_PREFIX:PATH=/usr 
-DAVDN_SNKEYFILE:STRING=/usr/share/cli-common/keys/mono.snk 
-DAVDN_BUILD_CSHARP_DEBUG:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release 
-DGENERATE_DOXYGEN:BOOL=ON
+       dh_auto_configure -- $(CMAKE_FLAGS)
 
 # dpkg-shlibdeps: error: no dependency information found for 
/usr/lib/libvtkNetCDF_cxx.so.5.6
 override_dh_shlibdeps:
@@ -19,4 +27,4 @@
        dh_compress -XUsersGuide.pdf
 
 get-orig-source:
-       ./debian/get-orig-source.sh
+       ./debian/get-orig-source


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to