Automated commit for debian release 1.98-1 debian-1.98-1
authorKevin Rosenberg <kevin@rosenberg.net>
Thu, 31 Jan 2008 01:59:42 +0000 (18:59 -0700)
committerKevin Rosenberg <kevin@rosenberg.net>
Thu, 31 Jan 2008 01:59:42 +0000 (18:59 -0700)
debian/rules

index 9abb12ad68ec9672ab43b2a2364cd0f3752e95df..2bc2c46eb6b089c602d0a4fb1732999177084725 100755 (executable)
@@ -49,10 +49,6 @@ install: build
 
 # Build architecture-independent files here.
 binary-indep: build install
-
-
-# Build architecture-dependent files here.
-binary-arch: build install
        dh_testdir
        dh_testroot
 #      dh_installdebconf       
@@ -79,6 +75,9 @@ binary-arch: build install
        dh_md5sums
        dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build install
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure