[Dbconfig-common-changes] [dbconfig-common] r448 - trunk/debian

Sean Finney seanius at alioth.debian.org
Thu Apr 10 22:34:29 UTC 2008


Author: seanius
Date: 2008-04-10 22:34:29 +0000 (Thu, 10 Apr 2008)
New Revision: 448

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
lintian fixes

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-04-10 19:29:09 UTC (rev 447)
+++ trunk/debian/changelog	2008-04-10 22:34:29 UTC (rev 448)
@@ -21,8 +21,12 @@
   * new/updated debconf translations:
     - Basque, from Piarres Beobide (closes: #472266).
     - Finnish, from Esko Arajärvi (closes: #472949).
+  * lintian fixes:
+    - bump standards version to 3.7.3
+    - swap binary-arch and binary-indep target build scripts
+    - spelling fixes in description
 
- -- Sean Finney <seanius at debian.org>  Thu, 27 Mar 2008 22:58:26 +0100
+ -- Sean Finney <seanius at debian.org>  Fri, 11 Apr 2008 00:34:08 +0200
 
 dbconfig-common (1.8.37-0.1) unstable; urgency=low
     

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2008-04-10 19:29:09 UTC (rev 447)
+++ trunk/debian/control	2008-04-10 22:34:29 UTC (rev 448)
@@ -1,9 +1,9 @@
 Source: dbconfig-common
 Section: admin
 Priority: optional
-Maintainer: sean finney <seanius at debian.org>
+Maintainer: Sean Finney <seanius at debian.org>
 Build-Depends: debhelper (>= 4.0.0), debiandoc-sgml, po-debconf, gs, texlive-latex-recommended | tetex-bin, texlive-latex-extra | tetex-extra, texlive-fonts-recommended | tetex-extra
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: dbconfig-common
 Architecture: all
@@ -12,10 +12,10 @@
 Description: common framework for packaging database applications
  dbconfig-common presents a policy and implementation for
  managing various databases used by applications included in
- debian packages.
+ Debian packages.
  .
  dbconfig-common can:
-  * support mysql, postgresql, and sqlite based applications
+  * support MySQL, PostgreSQL, and sqlite based applications
   * create databases and database users
   * access local or remote databases
   * upgrade/modify databases when upstream changes database structure
@@ -29,7 +29,7 @@
   * work for local admins with little effort on their part
   * comply with an agreed upon set of standards for behaviour
   * do absolutely nothing if it is the whim of the local admin
-  * perform all operations from within the standard flow of debian
+  * perform all operations from within the standard flow of Debian
     package maintenance (no additional skill is required of the local
     admin)
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-04-10 19:29:09 UTC (rev 447)
+++ trunk/debian/rules	2008-04-10 22:34:29 UTC (rev 448)
@@ -51,11 +51,11 @@
 	cp -a debian/dbconfig-common.lintian \
 	      ${TMPDIR}/usr/share/lintian/overrides/dbconfig-common
 
+# Build architecture-dependent files here.
+binary-arch: build install
+
 # Build architecture-independent files here.
 binary-indep: build install
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installdebconf




More information about the Dbconfig-common-changes mailing list