[Pkg-tcltk-commits] r1475 - tcltk-defaults/branches/experimental/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Aug 24 18:11:24 UTC 2013
Author: sgolovan
Date: 2013-08-24 18:11:23 +0000 (Sat, 24 Aug 2013)
New Revision: 1475
Modified:
tcltk-defaults/branches/experimental/debian/changelog
tcltk-defaults/branches/experimental/debian/rules
Log:
[tcltk-defaults]
* Fixed building architecture dependent packages only.
Modified: tcltk-defaults/branches/experimental/debian/changelog
===================================================================
--- tcltk-defaults/branches/experimental/debian/changelog 2013-08-24 06:22:28 UTC (rev 1474)
+++ tcltk-defaults/branches/experimental/debian/changelog 2013-08-24 18:11:23 UTC (rev 1475)
@@ -1,8 +1,8 @@
-tcltk-defaults (8.6.0+5) UNRELEASED; urgency=low
+tcltk-defaults (8.6.0+5) experimental; urgency=low
- * NOT RELEASED YET
+ * Fixed building architecture dependent packages only.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 24 Aug 2013 10:22:26 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 24 Aug 2013 22:10:44 +0400
tcltk-defaults (8.6.0+4) experimental; urgency=low
Modified: tcltk-defaults/branches/experimental/debian/rules
===================================================================
--- tcltk-defaults/branches/experimental/debian/rules 2013-08-24 06:22:28 UTC (rev 1474)
+++ tcltk-defaults/branches/experimental/debian/rules 2013-08-24 18:11:23 UTC (rev 1475)
@@ -64,8 +64,10 @@
rm -f tcltk-policy.tpt
dh_clean
-override_dh_auto_build: $(DOCS) $(BINS) debian/control
+override_dh_auto_build-arch: $(BINS) debian/control
+override_dh_auto_build-indep: $(DOCS)
+
override_dh_installdocs:
dh_installdocs -A debian/README.Debian -Ntk-doc
@@ -75,5 +77,6 @@
override_dh_compress:
dh_compress -X.pdf
-.PHONY: get-policy build-policy override_dh_clean override_dh_auto_build \
- override_dh_installdocs override_dh_installchangelogs override_dh_compress
+.PHONY: get-policy build-policy override_dh_clean override_dh_auto_build-arch \
+ override_dh_auto_build-indep override_dh_installdocs \
+ override_dh_installchangelogs override_dh_compress
More information about the Pkg-tcltk-commits
mailing list