Skip to content

Commit

Permalink
updated debian scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Mar 7, 2017
1 parent 5b5538d commit f9877d1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ build
*.user*
scripts/*.zip
scripts/*.png
obj-x86_64-linux-gnu
obj-*-linux-gnu
debian/files
debian/debhelper-build-stamp
debian/rclone-browser*

4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rclone-browser (1.1-1) unstable; urgency=medium
rclone-browser (1.2-1) unstable; urgency=medium

* initial verision

-- Mārtiņš Možeiko <[email protected]> Sat, 18 Feb 2017 14:12:45 -0800
-- Mārtiņš Možeiko <[email protected]> Tue, 07 Mar 2017 00:09:24 -0800
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ Source: rclone-browser
Section: net
Priority: optional
Maintainer: Mārtiņš Možeiko <[email protected]>
Build-Depends: debhelper (>= 9), qt5-default, cmake (>= 2.8)
Build-Depends: debhelper (>= 9), qtbase5-dev, cmake (>= 2.8)
Standards-Version: 3.9.8
Homepage: https://mmozeiko.github.io/RcloneBrowser/

Package: rclone-browser
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple cross platform GUI for rclone
TODO: description
1 change: 0 additions & 1 deletion debian/files

This file was deleted.

2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/make -f

%:
RCLONE_BROWSER_VERSION=1.2 dh $@ --buildsystem=cmake
dh $@ --buildsystem=cmake

0 comments on commit f9877d1

Please sign in to comment.