chiark / gitweb /
Fix Debianization.
authormdw <mdw>
Mon, 6 Feb 2006 17:34:28 +0000 (17:34 +0000)
committermdw <mdw>
Mon, 6 Feb 2006 17:34:28 +0000 (17:34 +0000)
debian/changelog
debian/control
debian/copyright
debian/rules

index 42d1a28c9f5cac9e80a77851928bb5c4965a49ce..85c74006334af3b639c27109e29865a1bf77ecf6 100644 (file)
@@ -1,4 +1,4 @@
-getdate-python (1.0.0) experimental; urgency=low
+python-getdate (1.0.0) experimental; urgency=low
 
   * Written!
 
 
   * Written!
 
index 6e4cdf8af5a60bf687e271773cc8c90e34377573..7c9ed6b84bf98d98f7e4c68c4aeea0d8ac11f7e6 100644 (file)
@@ -1,26 +1,27 @@
-Source: getdate-python
+Source: python-getdate
 Section: libs
 Priority: extra
 Section: libs
 Priority: extra
-Maintainer: Mark Wooding <mdw@nsict.org>
+Build-Depends: python
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Standards-Version: 3.1.1
 
 Package: python-getdate
 Architecture: all
 Standards-Version: 3.1.1
 
 Package: python-getdate
 Architecture: all
-Depends: python, python2.3-getdate
+Depends: ${python:Depends}
 Description: Python binding for date parser
  This is a dummy package for making sure you have the right package for the
  default Debian Python installation.
 
 Package: python2.3-getdate
 Architecture: any
 Description: Python binding for date parser
  This is a dummy package for making sure you have the right package for the
  default Debian Python installation.
 
 Package: python2.3-getdate
 Architecture: any
-Depends: ${shlibs:Depends}, python2.3
+Depends: ${shlibs:Depends}, ${python:Depends}
 Description: Python binding for date parser
  This is a dummy package for making sure you have the right package for the
  default Debian Python installation.
 
 Package: python2.4-getdate
 Architecture: any
 Description: Python binding for date parser
  This is a dummy package for making sure you have the right package for the
  default Debian Python installation.
 
 Package: python2.4-getdate
 Architecture: any
-Depends: ${shlibs:Depends}, python2.4
+Depends: ${shlibs:Depends}, ${python:Depends}
 Description: Python binding for date parser
  This is a dummy package for making sure you have the right package for the
  default Debian Python installation.
 Description: Python binding for date parser
  This is a dummy package for making sure you have the right package for the
  default Debian Python installation.
index b8c21f403ba605990ad4f16db575de3e85ffeb13..cfc2ffc704116e45cce2d9bd5dc0240c7d90ba16 100644 (file)
@@ -1,16 +1,4 @@
 getdate-python is copyright (c) 2003 Straylight/Edgeware
 
 getdate-python is copyright (c) 2003 Straylight/Edgeware
 
-getdate-python is free software; you can redistribute it and/or modify it
-under the terms of the GNU Library General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
-
-getdate-python 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 Library General Public License for
-more details.
-
-You should have a copy of the GNU Library General Public License in
-/usr/share/common-licenses/LGPL-2; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-USA.
+The copyright holder places no restrictions on the modification,
+redistribution or use of this software.  It's just not worth the effort.
index 596bbe214ee44e166ff5d0b916e929165b24d11d..c03e3e6e8591f2c4884e4ff1eea4f41a091cd1de 100755 (executable)
@@ -28,6 +28,7 @@ binary-indep: install
        dh_testroot -i
        dh_compress -i
        dh_installdocs -i
        dh_testroot -i
        dh_compress -i
        dh_installdocs -i
+       dh_python -i
        dh_gencontrol -i
        dh_fixperms -i
        dh_installdeb -i
        dh_gencontrol -i
        dh_fixperms -i
        dh_installdeb -i
@@ -41,6 +42,7 @@ binary-arch: install
        dh_installdocs -a
        dh_strip -a
        dh_shlibdeps -a
        dh_installdocs -a
        dh_strip -a
        dh_shlibdeps -a
+       dh_python -a
        dh_gencontrol -a
        dh_fixperms -a
        dh_installdeb -a
        dh_gencontrol -a
        dh_fixperms -a
        dh_installdeb -a