* remove more unneeded files from the sourcedist tgz
authorWilfried Göesgens <willi@citadel.org>
Wed, 2 Jan 2008 20:26:29 +0000 (20:26 +0000)
committerWilfried Göesgens <willi@citadel.org>
Wed, 2 Jan 2008 20:26:29 +0000 (20:26 +0000)
webcit/buildpackages
webcit/debian/rules

index 7d896e9181bce5fd245e15a5f1a2ec410223356e..bdd78929ce3450d49fff52cb7953284062f02910 100755 (executable)
@@ -47,6 +47,8 @@ case $1 in
            cp -a webcit-$WEBCIT_VERSION tmp
            cd tmp/webcit-$WEBCIT_VERSION
            rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.guess  config.log config.status autom4te.cache
+           find -type f -exec chmod a-x {} \;
+           chmod a+x configure
            cd ..
            tar -czf webcit_${WEBCIT_VERSION}.orig.tar.gz webcit-${WEBCIT_VERSION}/ --exclude "debian/*"
            pwd
index c88c0403ec6f12c1184bf10978e73bec0c2a94b8..15846013d6c2529885dc65147d7c4ae4c70d29cb 100755 (executable)
@@ -85,7 +85,7 @@ binary-indep: build install
 binary-arch: build install
        dh_testdir
        dh_testroot
-#      dh_installchangelogs ChangeLog
+       dh_installchangelogs
        dh_installdocs
        dh_installexamples
        dh_install