]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Update files due to lintian warnings. Also bump changelog to 0.6.0-1.
authorAndrew Ruthven <andrew@etc.gen.nz>
Tue, 11 Dec 2007 19:04:30 +0000 (08:04 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Tue, 11 Dec 2007 19:04:30 +0000 (08:04 +1300)
debian/changelog
debian/dirs
debian/rules

index 30c8db585b4140830ebbf00cc2097493d89eb1f2..89d04ecd13975c813a6302798d831beb0ed55f13 100644 (file)
@@ -1,3 +1,11 @@
+mythtv-status (0.6.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove empty usr/sbin from dirs, thanks lintian.
+  * Move the packaging rules into binary-indep (section 4.9)
+
+ -- Andrew Ruthven <andrew@etc.gen.nz>  Tue, 12 Dec 2007 06:46:56 +1300
+
 mythtv-status (0.5.3-1) unstable; urgency=low
 
   * New upstream release.
index ca882bbb78588982a650ff2685c36fe51ae99ae3..e77248175524d9f63749c2d6ca67159eeb4aa635 100644 (file)
@@ -1,2 +1 @@
 usr/bin
-usr/sbin
index f184d958dc39f34de9ab08613bb72ace1af140e7..ab5c2367e7e2468433d0fc080bf3fbae4ff08e87 100755 (executable)
@@ -28,10 +28,6 @@ install: build-stamp
 
 # Build architecture-independent files here.
 binary-indep: install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: install
        dh_testdir
        dh_testroot
        dh_installchangelogs ChangeLog
@@ -51,5 +47,10 @@ binary-arch: install
        dh_md5sums
        dh_builddeb
 
+
+# Build architecture-dependent files here.
+binary-arch: install
+# We have nothing to do by default.
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure