aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules14
3 files changed, 4 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 47a99bf..7518973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2007-04-17 Junichi Uekawa <dancer@debian.org>
+ * debian/rules: remove amd64 from build rules.
+
* testsuite/run-test.sh (HOOKOPTION): change upgrade testing
procedure
diff --git a/debian/changelog b/debian/changelog
index 1281797..689f5d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pbuilder (0.166) UNRELEASED; urgency=low
+pbuilder (0.166) unstable; urgency=low
[ Junichi Uekawa ]
* Re-Bug fix: "pbuilder: pbuilder-uml should not overwrite network
@@ -15,7 +15,7 @@ pbuilder (0.166) UNRELEASED; urgency=low
* New pbuilder-satisfydepends-aptitude resolver based on aptitude; based on
an idea by Mike Hommey; closes: #337015.
- -- Junichi Uekawa <dancer@debian.org> Mon, 16 Apr 2007 07:46:01 +0900
+ -- Junichi Uekawa <dancer@debian.org> Tue, 17 Apr 2007 08:42:01 +0900
pbuilder (0.165) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 6993112..e07aa50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,20 +74,6 @@ ifeq (${ARCH},i386)
dh_md5sums -a
dh_builddeb -a
endif
-ifeq (${ARCH},amd64)
- dh_testdir -a
- dh_testroot -a
- dh_installdocs -a
- dh_installman -ppbuilder-uml pbuilder-user-mode-linux.1 pbuilder-uml.conf.5 pdebuild-user-mode-linux.1
- dh_installchangelogs -a
- dh_link -a
- dh_compress -a
- dh_fixperms -a
- dh_installdeb -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-endif
binary: binary-indep binary-arch