[Pkg-libiptcdata-commits] r28 - in trunk/debian: . xml-man/en

gildor at alioth.debian.org gildor at alioth.debian.org
Thu Jul 5 19:58:28 UTC 2007


Author: gildor
Date: 2007-07-05 19:58:28 +0000 (Thu, 05 Jul 2007)
New Revision: 28

Modified:
   trunk/debian/changelog
   trunk/debian/copyright
   trunk/debian/rules
   trunk/debian/xml-man/en/iptc.xml
   trunk/debian/xml-man/en/license.xml
   trunk/debian/xml-man/en/refentryinfo.xml
Log:
* Reformat to 80 columns copyright/changelog
* Use correct DTD system ID
* Use $(RM)


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-15 23:57:12 UTC (rev 27)
+++ trunk/debian/changelog	2007-07-05 19:58:28 UTC (rev 28)
@@ -1,11 +1,15 @@
-libiptcdata (1.0.2-2) unstable; urgency=low
+libiptcdata (1.0.2-2) UNRELEASED; urgency=low
 
-  [Ian Wienand]
+  [ Ian Wienand ]
   * Add missing .so to library package, .la to -dev package 
   (Closes: #429050)
 
- -- Ian Wienand <ianw at debian.org>  Sat, 16 Jun 2007 09:56:13 +1000
+  [ Sylvain Le Gall ]
+  * Use DTD from docbook-xml package and not from docbook package
+  * Reduce debian/copyright to 80 columns
 
+ -- Sylvain Le Gall <gildor at debian.org>  Sat, 23 Jun 2007 23:34:45 +0100
+
 libiptcdata (1.0.2-1) unstable; urgency=low
   [ Ian Wienand ]
 

Modified: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright	2007-06-15 23:57:12 UTC (rev 27)
+++ trunk/debian/copyright	2007-07-05 19:58:28 UTC (rev 28)
@@ -1,8 +1,8 @@
-This package was ubuntuized by Hubert Figuiere <hub at-smtp-server figuiere.net> on
-Wed Sep 21 23:11:53 EDT 2005
-This package was debianized by Ian Wienand <ianw at-smtp-server debian.org> and 
-Sylvain Le Gall <gildor at-smtp-server debian.org> on 
-Wed, 17 Jan 2007 23:25:16 +0100 
+This package was ubuntuized by Hubert Figuiere <hub at-smtp-server
+figuiere.net> on Wed Sep 21 23:11:53 EDT 2005
+This package was debianized by Ian Wienand <ianw at-smtp-server debian.org> and
+Sylvain Le Gall <gildor at-smtp-server debian.org> on Wed, 17 Jan 2007 23:25:16
++0100 
 
 It was downloaded from http://libiptcdata.sf.net/
 
@@ -10,32 +10,28 @@
     Copyright (c) 2005 David Moore <dcm at acm.org>
 
 License:
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
+    This library is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or (at your
+    option) any later version.
 
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
+    This library is distributed in the hope that it will be useful, but WITHOUT
+    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
+    License for more details.
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
 Documentation License:
 
-  Permission is granted to copy, distribute and/or modify
-  this document under the terms of the GNU Free
-  Documentation License, Version 1.1 or any later
-  version published by the Free Software Foundation with no
-  Invariant Sections, no Front-Cover Texts, and no Back-Cover
-  Texts. You may obtain a copy of the GNU Free
-  Documentation License from the Free Software
-  Foundation by visiting their Web site (http://www.fsf.org) or by
-  writing to: 
-  Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-  MA 02110-1301, USA.
+  Permission is granted to copy, distribute and/or modify this document under
+  the terms of the GNU Free Documentation License, Version 1.1 or any later
+  version published by the Free Software Foundation with no Invariant Sections,
+  no Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the
+  GNU Free Documentation License from the Free Software Foundation by visiting
+  their Web site (http://www.fsf.org) or by writing to: Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 On Debian systems, the complete text of teh GNU Free Documentation License
-can be found in `/usr/share/common-licenses/GFDL`
\ No newline at end of file
+can be found in `/usr/share/common-licenses/GFDL`

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-06-15 23:57:12 UTC (rev 27)
+++ trunk/debian/rules	2007-07-05 19:58:28 UTC (rev 28)
@@ -78,9 +78,9 @@
 
 clean::
 	-$(RM) $(CURDIR)/debian/xml-man/en/iptc.1
-	-rm -rf $(DEB_BUILDDIR)
-	-rm -rf $(addprefix build-, $(PY_VERSIONS))
-	-rm -rf $(addprefix configure-stamp-, $(PY_VERSIONS))
-	-rm -rf $(addprefix build-stamp-, $(PY_VERSIONS))
-	-rm -rf $(addprefix install-stamp-, $(PY_VERSIONS))
+	-$(RM) -r $(DEB_BUILDDIR)
+	-$(RM) -r $(addprefix $(CURDIR)/build-, $(PY_VERSIONS))
+	-$(RM) -r $(addprefix $(CURDIR)/configure-stamp-, $(PY_VERSIONS))
+	-$(RM) -r $(addprefix $(CURDIR)/build-stamp-, $(PY_VERSIONS))
+	-$(RM) -r $(addprefix $(CURDIR)/install-stamp-, $(PY_VERSIONS))
 

Modified: trunk/debian/xml-man/en/iptc.xml
===================================================================
--- trunk/debian/xml-man/en/iptc.xml	2007-06-15 23:57:12 UTC (rev 27)
+++ trunk/debian/xml-man/en/iptc.xml	2007-07-05 19:58:28 UTC (rev 28)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
-"/usr/share/sgml/docbook/dtd/xml/4.4/docbookx.dtd" [
+"/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
   <!ENTITY debian              "Debian GNU/Linux">
   <!ENTITY dhprg               "<command>iptc</command>">
 ]>

Modified: trunk/debian/xml-man/en/license.xml
===================================================================
--- trunk/debian/xml-man/en/license.xml	2007-06-15 23:57:12 UTC (rev 27)
+++ trunk/debian/xml-man/en/license.xml	2007-07-05 19:58:28 UTC (rev 28)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE refsect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
-"/usr/share/sgml/docbook/dtd/xml/4.4/docbookx.dtd" [
+"/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
   <!ENTITY debian "Debian GNU/Linux">
 ]>
 

Modified: trunk/debian/xml-man/en/refentryinfo.xml
===================================================================
--- trunk/debian/xml-man/en/refentryinfo.xml	2007-06-15 23:57:12 UTC (rev 27)
+++ trunk/debian/xml-man/en/refentryinfo.xml	2007-07-05 19:58:28 UTC (rev 28)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE refentryinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
-"/usr/share/sgml/docbook/dtd/xml/4.4/docbookx.dtd" [
+"/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
 ]>
 
 <!--**********************************************************************-->




More information about the Pkg-libiptcdata-commits mailing list