[Python-modules-commits] r22165 - in packages/pyfits/trunk/debian (changelog rules)
aurel32 at users.alioth.debian.org
aurel32 at users.alioth.debian.org
Wed Jun 13 21:10:58 UTC 2012
Date: Wednesday, June 13, 2012 @ 21:10:56
Author: aurel32
Revision: 22165
* Build fitscheck in the binary-indep target instead of the binary-arch
one.
Modified:
packages/pyfits/trunk/debian/changelog
packages/pyfits/trunk/debian/rules
Modified: packages/pyfits/trunk/debian/changelog
===================================================================
--- packages/pyfits/trunk/debian/changelog 2012-06-13 18:12:27 UTC (rev 22164)
+++ packages/pyfits/trunk/debian/changelog 2012-06-13 21:10:56 UTC (rev 22165)
@@ -1,3 +1,10 @@
+pyfits (1:3.0.8-2) unstable; urgency=low
+
+ * Build fitscheck in the binary-indep target instead of the binary-arch
+ one.
+
+ -- Aurelien Jarno <aurel32 at debian.org> Wed, 13 Jun 2012 23:10:49 +0200
+
pyfits (1:3.0.8-1) unstable; urgency=low
* New upstream version.
Modified: packages/pyfits/trunk/debian/rules
===================================================================
--- packages/pyfits/trunk/debian/rules 2012-06-13 18:12:27 UTC (rev 22164)
+++ packages/pyfits/trunk/debian/rules 2012-06-13 21:10:56 UTC (rev 22165)
@@ -28,12 +28,12 @@
build: build-arch build-indep
build-arch: build-arch-stamp
-build-arch-stamp: $(QUILT_STAMPFN)
+build-arch-stamp:
dh_testdir
set -e; \
for py in $(PYVERS) $(PY3VERS); do \
- CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" \
+ LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
$$py setup.py build ; \
done
@@ -77,28 +77,42 @@
# Build architecture-independent files here.
binary-indep: build-indep install
-# We have nothing to do by default.
+ dh_testdir
+ dh_testroot
+ dh_installdocs -i
+ dh_installexamples -i
+ dh_installchangelogs -i debian/CHANGES
+ dh_python2 -i
+ dh_numpy -i
+ dh_link -i
+ dh_strip -i
+ dh_compress -i
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
# Build architecture-dependent files here.
binary-arch: build-arch install
dh_testdir
dh_testroot
- dh_installdocs
- dh_installexamples
- dh_installchangelogs debian/CHANGES
- dh_python2
- dh_numpy
- dh_python3
- dh_numpy3
- dh_link
- dh_strip
- dh_compress -X.py
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+ dh_installdocs -a
+ dh_installexamples -a
+ dh_installchangelogs -a debian/CHANGES
+ dh_python2 -a
+ dh_numpy -a
+ dh_python3 -a
+ dh_numpy3 -a
+ dh_link -a
+ dh_strip -a
+ dh_compress -a -X.py
+ dh_fixperms -a
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
binary: binary-indep binary-arch
.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list