+ Fix debian packaging

This commit is contained in:
wmayer 2013-06-05 23:50:04 +02:00
parent 3e5ee466a8
commit 8fd1f35b44
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,8 @@
usr/share/icons/hicolor/16x16/apps usr/share/icons/hicolor/16x16/apps
usr/share/icons/hicolor/32x32/apps usr/share/icons/hicolor/32x32/apps
usr/share/icons/hicolor/48x48/apps
usr/share/icons/hicolor/64x64/apps usr/share/icons/hicolor/64x64/apps
usr/share/icons/hicolor/scalable/apps usr/share/icons/hicolor/scalable/apps
usr/share/icons/hicolor/64x64/mimetypes
usr/share/pixmaps usr/share/pixmaps

View File

@ -1 +0,0 @@
usr/include/ usr/include/freecad

View File

@ -44,8 +44,8 @@ mv freecad-$MAJ.$MIN.$REV.tar.gz $TMP_PATH/freecad-$REV/freecad_$MAJ.$MIN.$REV.o
cd $TMP_PATH/freecad-$REV cd $TMP_PATH/freecad-$REV
tar -xzf freecad_$MAJ.$MIN.$REV.orig.tar.gz tar -xzf freecad_$MAJ.$MIN.$REV.orig.tar.gz
cd freecad-$MAJ.$MIN.$REV cd freecad-$MAJ.$MIN.$REV
rm -rf src/CXX #rm -rf src/CXX
rm -rf src/zipios++ #rm -rf src/zipios++
# Prepare debian folder and set the revision number in debian/changelog # Prepare debian folder and set the revision number in debian/changelog
# for package versioning # for package versioning