|
From: <el_...@us...> - 2008-05-18 03:19:02
|
Revision: 802
http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=802&view=rev
Author: el_cubano
Date: 2008-05-17 20:18:58 -0700 (Sat, 17 May 2008)
Log Message:
-----------
* Move rules to binary-indep target since package is arch: all
* Update to Standards-Version 3.7.3 (no changes required)
Modified Paths:
--------------
debian/ddccontrol-db/trunk/debian/changelog
debian/ddccontrol-db/trunk/debian/control
debian/ddccontrol-db/trunk/debian/rules
Modified: debian/ddccontrol-db/trunk/debian/changelog
===================================================================
--- debian/ddccontrol-db/trunk/debian/changelog 2008-05-18 03:10:28 UTC (rev 801)
+++ debian/ddccontrol-db/trunk/debian/changelog 2008-05-18 03:18:58 UTC (rev 802)
@@ -1,13 +1,14 @@
-ddccontrol-db (20061014-2) UNRELEASED; urgency=low
+ddccontrol-db (20061014-2) unstable; urgency=low
- * NOT RELEASED YET
* Updated to debhelper compatibility level 5.
* Acknowledge NMU, thanks to Amaya.
* debian/watch: Switch to Debian QA's SourceForge redirector
* debian/control: Add Vcs-Browser and Vcs-Cvs fields.
* debian/rules: placate lintian by properly calling '$(MAKE) distclean'
+ * Move rules to binary-indep target since package is arch: all
+ * Update to Standards-Version 3.7.3 (no changes required)
- -- Roberto C. Sanchez <ro...@co...> Sun, 20 Jan 2008 22:03:11 -0500
+ -- Roberto C. Sanchez <ro...@co...> Sat, 17 May 2008 23:17:53 -0400
ddccontrol-db (20061014-1.1) unstable; urgency=low
Modified: debian/ddccontrol-db/trunk/debian/control
===================================================================
--- debian/ddccontrol-db/trunk/debian/control 2008-05-18 03:10:28 UTC (rev 801)
+++ debian/ddccontrol-db/trunk/debian/control 2008-05-18 03:18:58 UTC (rev 802)
@@ -5,7 +5,7 @@
Homepage: http://ddccontrol.sourceforge.net/
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: autotools-dev, intltool
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Vcs-Browser: http://ddccontrol.svn.sourceforge.net/viewvc/ddccontrol/
Vcs-Svn: https://ddccontrol.svn.sourceforge.net/svnroot/ddccontrol
Modified: debian/ddccontrol-db/trunk/debian/rules
===================================================================
--- debian/ddccontrol-db/trunk/debian/rules 2008-05-18 03:10:28 UTC (rev 801)
+++ debian/ddccontrol-db/trunk/debian/rules 2008-05-18 03:18:58 UTC (rev 802)
@@ -60,10 +60,6 @@
# Build architecture-independent files here.
binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
@@ -77,5 +73,9 @@
dh_md5sums
dh_builddeb
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|