Skip to content

Commit

Permalink
Merge branch 'wheezy' into jessie
Browse files Browse the repository at this point in the history
  • Loading branch information
yadicksonbasedos committed Dec 12, 2018
2 parents f6fd368 + 654a1dc commit 510b832
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ debian/*.log
debian/*.substvars
debian/autoreconf.after
debian/autoreconf.before
debian/tmp/
.travis.bintray.json
.pc/
*~
Expand Down
13 changes: 6 additions & 7 deletions .travis.bintray.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"website_url": "https://github.com/yadickson",
"issue_tracker_url": "https://github.com/yadickson/__NAME__-debs/issues",
"vcs_url": "https://github.com/yadickson/__NAME__-debs.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.txt",
"github_repo": "yadickson/__NAME__-debs",
"github_release_notes_file": "CHANGELOG.md",
"licenses": ["__LICENSE__", "GPL-3.0"],
"labels": ["__NAME__", "__REPO_NAME__"],
"public_download_numbers": true,
Expand All @@ -20,13 +20,14 @@
"desc": "__NAME__ __VERSION__ by __SUBJECT__",
"released": "__RELEASE__",
"vcs_tag": "__VERSION__",
"gpgSign": true
"github_use_tag_release_notes": true,
"github_release_notes_file": "CHANGELOG.md"
},

"files": [
{
"includePattern": "../(.[^/]*(\\.deb)$)",
"uploadPattern": "/$1",
"uploadPattern": "/pool/main/__NAME__/$1",
"matrixParams": {
"deb_distribution": "__DISTRIBUTION__",
"deb_component": "main",
Expand All @@ -35,8 +36,6 @@
}
],

"publish": true,

"override": false
"publish": true
}

7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ $ fakeroot debian/rules clean binary
[Debian repository](https://bintray.com/yadickson/debian)

```
$ echo "deb [trusted=true] https://dl.bintray.com/yadickson/debian [distribution] main" | sudo tee -a /etc/apt/sources.list.d/bintray.list
$ wget -qO - https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add -
```
```
$ echo "deb https://dl.bintray.com/yadickson/debian [distribution] main" | sudo tee -a /etc/apt/sources.list.d/bintray.list
```
```
$ sudo apt-get update
$ sudo apt-get upgrade -y
$ sudo apt-get install libmockpp-dev
Expand Down

0 comments on commit 510b832

Please sign in to comment.