diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-03-24 17:01:03 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-03-24 17:01:03 +0100 |
| commit | c27b003ea0fceb92b42bd1633832d1c5eb902a5a (patch) | |
| tree | fee87d20f686bb8ddfa78f53618225b59d716578 /debian/rules | |
| parent | 7d8f316f936d8cdd0e0c4047bcb5ff67ed2246e1 (diff) | |
| parent | 3d4f9a0c623acf75b7b9159c2a3f987deebee755 (diff) | |
| download | python-apt-c27b003ea0fceb92b42bd1633832d1c5eb902a5a.tar.gz | |
* merged from mvo
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3753e9f7..c8991957 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,8 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) distclean + rm -rf po/mo + find . -name "*.pyc" -exec rm -f {} \; ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif |
