Skip to content

Commit

Permalink
make deb
Browse files Browse the repository at this point in the history
  • Loading branch information
startx2017 committed Sep 23, 2017
1 parent 48a2771 commit b8e5705
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mkdeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tar -xJvf $CODE_ARCHIVE
#mkdir -p $INSTALL_DIR
cd $CODE_DIR
./configure --prefix=/usr --enable-git-install
make
make -j2
mkdir debian
DESTDIR=debian make install-strip

Expand All @@ -43,7 +43,7 @@ cp platform/debian/conffiles $DEBIAN_CTRL_DIR/.
find $INSTALL_DIR -type d | xargs chmod 755
cd $CODE_DIR
fakeroot dpkg-deb --build debian
lintian debian.deb
lintian --no-tag-display-limit debian.deb
mv debian.deb ../firejail_$2_1_amd64.deb
echo "if building a 32bit package, rename the deb file manually"
cd ..
Expand Down
58 changes: 57 additions & 1 deletion platform/debian/conffiles
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,60 @@
/etc/firejail/yandex-browser.profile
/etc/firejail/itch.profile
/etc/firejail/whitelist-var-common.inc
/etc/firejail/ffmpeg
/etc/firejail/ffmpeg.profile
/etc/firejail/Natron.profile
/etc/firejail/Viber.profile
/etc/firejail/amule.profile
/etc/firejail/arch-audit.profile
/etc/firejail/ardour4.profile
/etc/firejail/ardour5.profile
/etc/firejail/bluefish.profile
/etc/firejail/brackets.profile
/etc/firejail/calligra.profile
/etc/firejail/calligraauthor.profile
/etc/firejail/calligraconverter.profile
/etc/firejail/calligraflow.profile
/etc/firejail/calligraplan.profile
/etc/firejail/calligraplanwork.profile
/etc/firejail/calligrasheets.profile
/etc/firejail/cin.profile
/etc/firejail/calligrastage.profile
/etc/firejail/calligrawords.profile
/etc/firejail/cinelerra.profile
/etc/firejail/clamav.profile
/etc/firejail/clamdscan.profile
/etc/firejail/clamdtop.profile
/etc/firejail/clamscan.profile
/etc/firejail/cliqz.profile
/etc/firejail/conky.profile
/etc/firejail/dooble-qt4.profile
/etc/firejail/dooble.profile
/etc/firejail/fetchmail.profile
/etc/firejail/freecad.profile
/etc/firejail/freecadcmd.profile
/etc/firejail/freshclam.profile
/etc/firejail/google-earth.profile
/etc/firejail/imagej.profile
/etc/firejail/karbon.profile
/etc/firejail/kdenlive.profile
/etc/firejail/krita.profile
/etc/firejail/linphone.profile
/etc/firejail/lmms.profile
/etc/firejail/macrofusion.profile
/etc/firejail/mpd.profile
/etc/firejail/natron.profile
/etc/firejail/openshot-qt.profile
/etc/firejail/pinta.profile
/etc/firejail/ricochet.profile
/etc/firejail/rocketchat.profile
/etc/firejail/shotcut.profile
/etc/firejail/smtube.profile
/etc/firejail/surf.profile
/etc/firejail/teamspeak3.profile
/etc/firejail/terasology.profile
/etc/firejail/tor-browser-en.profile
/etc/firejail/tor.profile
/etc/firejail/uefitool.profile
/etc/firejail/x-terminal-emulator.profile
/etc/firejail/xmr-stak-cpu.profile
/etc/firejail/zart.profile

0 comments on commit b8e5705

Please sign in to comment.