[Pkg-tcltk-commits] r1355 - tclodbc/trunk/debian
andrewshadoura-guest at alioth.debian.org
andrewshadoura-guest at alioth.debian.org
Thu Jun 20 17:02:00 UTC 2013
Author: andrewshadoura-guest
Date: 2013-06-20 17:02:00 +0000 (Thu, 20 Jun 2013)
New Revision: 1355
Modified:
tclodbc/trunk/debian/changelog
tclodbc/trunk/debian/control
tclodbc/trunk/debian/rules
Log:
* Use tcltk-depends
* Fix Uploaders field
* Update the changelog
Modified: tclodbc/trunk/debian/changelog
===================================================================
--- tclodbc/trunk/debian/changelog 2013-06-20 14:20:18 UTC (rev 1354)
+++ tclodbc/trunk/debian/changelog 2013-06-20 17:02:00 UTC (rev 1355)
@@ -10,6 +10,8 @@
configure.in for that.
* Move the extension files under /usr/lib/tcltk.
* Update tcl.m4 to the latest upstream version.
+ * Bump Standards-Version (no changes).
+ * Use tcltk-depends helper.
-- Andrew Shadura <andrewsh at debian.org> Thu, 20 Jun 2013 14:58:45 +0200
Modified: tclodbc/trunk/debian/control
===================================================================
--- tclodbc/trunk/debian/control 2013-06-20 14:20:18 UTC (rev 1354)
+++ tclodbc/trunk/debian/control 2013-06-20 17:02:00 UTC (rev 1355)
@@ -4,19 +4,18 @@
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
Uploaders:
Daniel Rus Morales <danirus at tol-project.org>,
- Francesco Paolo Lovergine <frankie at debian.org>
+ Francesco Paolo Lovergine <frankie at debian.org>,
Andrew Shadura <andrewsh at debian.org>
Build-Depends: debhelper (>= 9), tcl-dev (>= 8.0), unixodbc-dev, dpkg-dev (>= 1.16.0), dh-autoreconf
Standards-Version: 3.9.4
Homepage: https://sourceforge.net/projects/tclodbc/
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-tcltk/tclodbc/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-tcltk/tclodbc/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-tcltk/tclodbc/trunk/
-
Package: tclodbc
Architecture: any
Section: libs
-Depends: tcl (>= 8.0), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${tcl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: ODBC extension for Tcl
This package is the ODBC extension for Tcl, originally written by Roy Nurmi,
Tom Poindexter and Rob Saboye. Provides access to Databases through ODBC
Modified: tclodbc/trunk/debian/rules
===================================================================
--- tclodbc/trunk/debian/rules 2013-06-20 14:20:18 UTC (rev 1354)
+++ tclodbc/trunk/debian/rules 2013-06-20 17:02:00 UTC (rev 1355)
@@ -14,4 +14,8 @@
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
-.PHONY: override_dh_auto_configure override_dh_auto_install
+override_dh_gencontrol:
+ tcltk-depends
+ dh_gencontrol
+
+.PHONY: override_dh_auto_configure override_dh_auto_install override_dh_gencontrol
More information about the Pkg-tcltk-commits
mailing list