Codebase list funguloids / 7d9ef0f
No need to second-guess dh_auto_clean. git-svn-id: file:///svn/pkg-games/packages/trunk/funguloids@13861 8808ee5c-780a-0410-9abb-a8188df92ce5 Fabian Greffrath 11 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 * Move the plugins.cfg file from funguloids-data to funguloids, as it
44 contains a hard-coded architecture-specific path (Closes: #693134).
55 * Run "wrap-and-sort -asb".
6 * No need to second-guess dh_auto_clean.
67
78 -- Fabian Greffrath <fabian+debian@greffrath.com> Tue, 13 Nov 2012 15:01:58 +0100
89
3333 fi
3434
3535 override_dh_auto_clean:
36 dh_auto_clean -- clean distclean
36 dh_auto_clean
3737
3838 if test -e bin/bootstrap.mpk.orig ; then \
3939 mv bin/bootstrap.mpk.orig bin/bootstrap.mpk ; \