Skip to content

Commit

Permalink
Fix Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arshubham committed Feb 16, 2018
1 parent db215c6 commit cc24cd5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srtnr"
version = "0.1.10"
version = "0.1.11"
authors = ["Shubham Arora <[email protected]>"]

[dependencies.gtk]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ all: target/release/$(BIN)
debug: target/debug/$(BIN)

clean:
rm -r target/release/data
rm -rf target/release/data
cargo clean

install: all
Expand Down
2 changes: 1 addition & 1 deletion data/com.github.arshubham.srtnr.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.10" date="2018-02-16">
<release version="0.1.11" date="2018-02-16">
<description>
<p>Initial Release</p>
</description>
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.github.arshubham.srtnr (0.1.10) precise; urgency=low
com.github.arshubham.srtnr (0.1.11) precise; urgency=low

* Initial Release.

Expand Down
17 changes: 8 additions & 9 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ Section: x11
Priority: extra
Maintainer: Shubham Arora <[email protected]>
Build-Depends: cargo,
debhelper (>= 9),
rustc,
libjson-glib-dev,
libssl-dev,
pkgconf,
libpng-dev,
libnotify-dev,
libgtk-3-dev,
libjson-glib-dev
debhelper (>= 9),
rustc,
libssl-dev,
pkgconf,
libpng-dev,
libnotify-dev,
libgtk-3-dev,
libjson-glib-dev
Standards-Version: 3.9.3

Package: com.github.arshubham.srtnr
Expand Down

0 comments on commit cc24cd5

Please sign in to comment.