X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=debian%2Frules;h=3a24dd81199d83e622d7e95b37f7dbb5e0c12b0b;hp=4843bc6ea05f71b9bb4094e1e627686f82380693;hb=ece5f57b53603bea68161c946d26d58bb6d39aca;hpb=19d82770007e4d565ce4d07e3e7a02a1809de4eb diff --git a/debian/rules b/debian/rules index 4843bc6e..3a24dd81 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,4 @@ #!/usr/bin/make -f -# Made with the aid of debmake, by Christoph Lameter, -# based on the sample debian/rules file for GNU hello by Ian Jackson. package=ginac @@ -9,7 +7,7 @@ version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*') build: dh_testdir - ./configure --without-cint --prefix=/usr + ./configure --prefix=/usr --with-cint $(MAKE) CXXFLAGS="-O2" touch build @@ -30,12 +28,16 @@ binary-arch: build dh_testdir dh_testroot dh_installdirs - # When will Automake honor FHS? + # When is Automake going to honor FHS? $(MAKE) install prefix=`pwd`/debian/tmp/usr infodir=`pwd`/debian/tmp/usr/share/info mandir=`pwd`/debian/tmp/usr/share/man + # Work around dumb lintian error: binary-without-manpage ginaccint.bin + (cd `pwd`/debian/tmp/usr/share/man/man1; ln -s ginaccint.1.gz ginaccint.bin.1.gz) + # Automake generated Makefile.in do install-info, which is bad for us: + -rm -f `pwd`/debian/tmp/usr/share/info/dir* dh_installdocs ChangeLog NEWS README dh_installchangelogs dh_installmenu - dh_movefiles -pginac-dev + dh_movefiles dh_strip dh_compress dh_fixperms @@ -44,7 +46,7 @@ binary-arch: build dh_makeshlibs dh_installdeb dh_md5sums - dh_builddeb -pginac -pginac-dev + dh_builddeb binary: binary-indep binary-arch