Skip to content

Commit

Permalink
toped: override clean and configure
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfu committed Feb 6, 2013
1 parent 801db28 commit 844096d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toped/control
Expand Up @@ -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
Expand All @@ -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
Expand Down
14 changes: 14 additions & 0 deletions toped/rules
Expand Up @@ -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:
Expand Down

0 comments on commit 844096d

Please sign in to comment.