1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
diff -ru yaclc-1.4.0.orig/debian/control yaclc-1.4.0/debian/control
--- yaclc-1.4.0.orig/debian/control 2001-03-20 22:47:53.000000000 +0000
+++ yaclc-1.4.0/debian/control 2002-11-08 19:48:35.000000000 +0000
@@ -2,11 +2,11 @@
Section: devel
Priority: optional
Maintainer: Thomas Smith <tgs@debian.org>
-Build-Depends: perl, debhelper (>> 3.0.5)
+Build-Depends-Indep: perl, debhelper (>> 3.0.5)
Standards-Version: 3.2.1
Package: yaclc
-Architecture: any
+Architecture: all
Depends: ${perl:Depends}, libwww-perl, libnet-ldap-perl, perl-modules, liburi-perl
Description: check the bug closings in a Debian changelog.
yaclc (yet another change log check) queries the Bug
diff -ru yaclc-1.4.0.orig/debian/rules yaclc-1.4.0/debian/rules
--- yaclc-1.4.0.orig/debian/rules 2001-03-21 01:55:49.000000000 +0000
+++ yaclc-1.4.0/debian/rules 2002-11-08 19:48:55.000000000 +0000
@@ -35,10 +35,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_installdocs
@@ -53,5 +49,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 configure
|