diff options
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/copyright | 37 | 
2 files changed, 18 insertions, 23 deletions
| diff --git a/debian/changelog b/debian/changelog index fe6018b..ae3c6b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,10 @@ xsd (4.0.0-2) UNRELEASED; urgency=medium        build the cli at build time (Closes: #794440).    * debian/control:      - Bump Standards-Version to 3.9.6 (no changes required). +  * debian/copyright: +    - Add year 2015 to debian/*. +    - Change directory from xsd/documentation to xsd/doc. +    - Refresh file list.   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Tue, 04 Aug 2015 12:37:51 +0200 diff --git a/debian/copyright b/debian/copyright index 357b0fc..8876bf4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -114,9 +114,7 @@ License: GPL-2+ and FLOSS      the terms of the GPL by removing the FLOSS Exception notice from that      copy of the Program. -Files: xsd/documentation/cxx/tree/dbxml/library.xsd -       xsd/documentation/cxx/tree/dbxml/driver.cxx -       xsd/documentation/custom-literals.xsd +Files: xsd/doc/custom-literals.xsd         xsd/examples/cxx/*/driver.cxx         xsd/examples/cxx/parser/generated/library.*         xsd/examples/cxx/parser/hello/hello.* @@ -154,7 +152,6 @@ Files: xsd/documentation/cxx/tree/dbxml/library.xsd         xsd/examples/cxx/tree/custom/mixed/people*.*         xsd/examples/cxx/tree/custom/taxonomy/people*.*         xsd/examples/cxx/tree/custom/wildcard/wildcard*.* -       xsd/examples/cxx/tree/dbxml/library.xsd          xsd/examples/cxx/tree/embedded/library.*         xsd/examples/cxx/tree/embedded/grammar-input-stream.*         xsd/examples/cxx/tree/embedded/xsdbin.cxx @@ -178,28 +175,22 @@ Files: xsd/documentation/cxx/tree/dbxml/library.xsd         xsd/examples/cxx/tree/streaming/serializer.*         xsd/examples/cxx/tree/wildcard/email.*         xsd/examples/cxx/tree/xpath/dom-parse.* -       xsd/examples/cxx/tree/xpath/driver-2.cxx +       xsd/examples/cxx/tree/xpath/driver.cxx         xsd/examples/cxx/tree/xpath/people.*  Copyright: Boris Kolpackov <boris@codesynthesis.com>  License: public-domain    In xsd/LICENSE all files are published under GPL-2 -Files: xsd/documentation/cxx/tree/dbxml/index.xhtml -       xsd/documentation/cxx/tree/guide/cxx-tree-guide.* -       xsd/documentation/cxx/tree/guide/index.xhtml -       xsd/documentation/cxx/tree/guide/guide.html2ps -       xsd/documentation/cxx/tree/manual/cxx-tree-manual.* -       xsd/documentation/cxx/tree/manual/index.xhtml -       xsd/documentation/cxx/tree/manual/manual.html2ps -       xsd/documentation/cxx/praser/guide/cxx-praser-guide.* -       xsd/documentation/cxx/praser/guide/index.xhtml -       xsd/documentation/cxx/praser/guide/guide.html2ps -       xsd/documentation/future.xhtml -       xsd/documentation/schema-authoring-guide.xhtml -       xsd/documentation/xsd.* -       libbackend-elements/documentation/index.xhtml -       libcult/documentation/*/index.xhtml -       libfrontend-elements/documentation/index.xhtml +Files: xsd/doc/cxx/tree/guide/cxx-tree-guide.* +       xsd/doc/cxx/tree/guide/index.xhtml +       xsd/doc/cxx/tree/guide/guide.html2ps +       xsd/doc/cxx/tree/manual/cxx-tree-manual.* +       xsd/doc/cxx/tree/manual/index.xhtml +       xsd/doc/cxx/tree/manual/manual.html2ps +       xsd/doc/cxx/parser/guide/cxx-parser-guide.* +       xsd/doc/cxx/parser/guide/index.xhtml +       xsd/doc/cxx/parser/guide/guide.html2ps +       xsd/doc/xsd.*  Copyright: 2005-2014 CODE SYNTHESIS TOOLS CC  License: GFDL-1.2   Permission is granted to copy, distribute and/or modify this document @@ -211,8 +202,8 @@ License: GFDL-1.2   version 1.2 can be found in "/usr/share/common-licenses/GFDL-1.2".  Files: debian/* -Copyright: 2008, Raphael Bossek <bossekr@debian.org>  -           2014, Jörg Frings-Fürst <debian@jff-webhosting.net>  +Copyright: 2008      Raphael Bossek <bossekr@debian.org> +           2014-2015 Jörg Frings-Fürst <debian@jff-webhosting.net>  License: GPL-1+   This program is free software; you can redistribute it   and/or modify it under the terms of the GNU General Public | 
