diff --git a/toped/control b/toped/control index 489a0f2..4379f0d 100644 --- a/toped/control +++ b/toped/control @@ -48,7 +48,7 @@ Description: libraries of toped Package: toped-tll-libs Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, octave +Depends: ${misc:Depends}, octave Description: tell libs of toped Toped is a cross-platform IC layout editor supporting GDS, OASIS and CIF formats. it is an open source project licensed @@ -59,7 +59,7 @@ Description: tell libs of toped Package: toped-utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, racket +Depends: ${misc:Depends}, racket Description: some utils work with toped Toped is a cross-platform IC layout editor supporting GDS, OASIS and CIF formats. it is an open source project licensed diff --git a/toped/rules b/toped/rules index f005cb5..a16dd4c 100755 --- a/toped/rules +++ b/toped/rules @@ -13,8 +13,22 @@ dh $@ --with autotools-dev override_dh_auto_configure: + automake dh_auto_configure -- --enable-utils +override_dh_auto_clean: + dh_auto_clean + rm -f config.status config.log + find ./ -name Makefile.in -exec rm -f {} \; + rm -f tpd_ifaces/cif_lex.cc + rm -f tpd_ifaces/cif_yacc.cc + rm -f tpd_ifaces/cif_yacc.h + rm -f tpd_ifaces/cif_yacc.output + rm -f tpd_parser/tell_lex.cc + rm -f tpd_parser/tell_yacc.cc + rm -f tpd_parser/tell_yacc.h + rm -f tpd_parser/tell_yacc.output + REV=2361 debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST)))) get-orig-source: