remove make deb from Makefile.am
authormr.lequoctuan <mr.lequoctuan@79bd180b-0a32-48ee-ac55-ada8cae9df61>
Thu, 17 Dec 2009 15:26:05 +0000 (15:26 +0000)
committermr.lequoctuan <mr.lequoctuan@79bd180b-0a32-48ee-ac55-ada8cae9df61>
Thu, 17 Dec 2009 15:26:05 +0000 (15:26 +0000)
git-svn-id: svn://localhost/trunk@70 79bd180b-0a32-48ee-ac55-ada8cae9df61

Makefile.am

index b60870c..d8291df 100644 (file)
@@ -5,8 +5,7 @@ SUBDIRS = icon po ukengine src setup
 EXTRA_DIST = \
        config.rpath \
        README \
-       scim-unikey.spec.in \
-       debian
+       scim-unikey.spec.in
 
 rpm: dist @PACKAGE_NAME@.spec
        rpmbuild -bb \
@@ -29,12 +28,6 @@ srpm: dist @PACKAGE_NAME@.spec
 clean-rpm:
        $(RM) -r "`uname -i`"
 
-deb: distdir
-       cd $(distdir) && debuild --no-tgz-check
-
-clean-deb:
-       $(RM) -r @PACKAGE_NAME@_@PACKAGE_VERSION@*.{dsc,tar.gz,build,changes,deb}
-
-clean-local: clean-rpm clean-deb
+clean-local: clean-rpm
        $(RM) -r $(distdir)