Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
arshubham committed Feb 16, 2018
1 parent 0557fa0 commit 0ef8dea
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 18 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.6"
version = "0.1.9"
authors = ["Shubham Arora <[email protected]>"]

[dependencies.gtk]
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.6" date="2018-02-16">
<release version="0.1.9" 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.6) precise; urgency=low
com.github.arshubham.srtnr (0.1.9) precise; urgency=low

* Initial Release.

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

Package: com.github.arshubham.srtnr
Architecture: any
Depends:
libgtk-3-dev,
libjson-glib-dev,
${misc:Depends},
${shlibs:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Shorten long Urls
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: http://dep.debian.net/deps/dep5
Upstream-Name: Srtnr
Source: https://github.com/arshubham/srtnr

Files: src/* data/* scripts/* debian/*
Files: src/* data/* vendor/* .cargo/* debian/*
Copyright: 2018 Shubham Arora
License: GPL-3.0+

6 changes: 1 addition & 5 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,5 @@
%:
dh $@

override_dh_auto_clean:
make clean
make vendor

override_dh_auto_install:
dh_auto_install -- prefix=/usr
dh_auto_install -- prefix=/usr

0 comments on commit 0ef8dea

Please sign in to comment.