-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
829 additions
and
793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
pysoundanalyser (0.2.28) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
||
-- Samuele Carcagno <[email protected]> Sat, 24 Oct 2015 00:56:44 +0100 | ||
|
||
pysoundanalyser (0.2.28) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
||
-- Samuele Carcagno <[email protected]> Tue, 13 Oct 2015 17:39:42 +0100 | ||
|
||
pysoundanalyser (0.2.27) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
pysoundanalyser (0.2.28-ppa0~vivid) vivid; urgency=low | ||
|
||
* New upstream release | ||
|
||
-- Samuele Carcagno <[email protected]> Fri, 30 Oct 2015 10:20:58 +0100 | ||
|
||
pysoundanalyser (0.2.28-ppa0~wily) wily; urgency=low | ||
|
||
* New upstream release | ||
|
||
-- Samuele Carcagno <[email protected]> Wed, 28 Oct 2015 01:17:14 +0100 | ||
|
||
pysoundanalyser (0.2.24-ppa0~vivid) vivid; urgency=low | ||
|
||
* New upstream release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
pysoundanalyser (0.2.28-ppa0~trusty) trusty; urgency=low | ||
|
||
* New upstream release | ||
|
||
-- Samuele Carcagno <[email protected]> Wed, 28 Oct 2015 19:23:36 +0100 | ||
|
||
pysoundanalyser (0.2.24-ppa0~trusty) trusty; urgency=low | ||
|
||
* New upstream release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /usr/bin/env python | ||
#! /usr/bin/env python3 | ||
# -*- coding: utf-8 -*- | ||
|
||
import os, platform, requests, time | ||
|
Oops, something went wrong.