-
Notifications
You must be signed in to change notification settings - Fork 12
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
1 parent
dea9279
commit 315f66f
Showing
4 changed files
with
9 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
digitalocean-indicator (0.3-0~andrewsomething1) yakkety; urgency=medium | ||
|
||
* New upstream release. | ||
|
||
-- Andrew Starr-Bochicchio <[email protected]> Fri, 23 Dec 2016 22:11:26 -0500 | ||
|
||
digitalocean-indicator (0.2.2-0~andrewsomething1) xenial; urgency=medium | ||
|
||
* 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 +1 @@ | ||
8 | ||
10 |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Upstream-Contact: Andrew Starr-Bochicchio <[email protected]> | |
Source: https://github.com/andrewsomething/digitalocean-indicator | ||
|
||
Files: * | ||
Copyright: 2014 Andrew Starr-Bochicchio <[email protected]> | ||
Copyright: 2014-2016 Andrew Starr-Bochicchio <[email protected]> | ||
License: GPL-3.0+ | ||
|
||
License: GPL-3.0+ | ||
|
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 |
---|---|---|
|
@@ -141,7 +141,7 @@ def run(self): | |
|
||
DistUtilsExtra.auto.setup( | ||
name='digitalocean-indicator', | ||
version='0.1', | ||
version='0.3', | ||
license='GPL-3', | ||
author='Andrew Starr-Bochicchio', | ||
author_email='[email protected]', | ||
|
@@ -157,4 +157,3 @@ def run(self): | |
url='https://github.com/andrewsomething/digitalocean-indicator', | ||
cmdclass={'install': InstallAndUpdateDataDirectory} | ||
) | ||
|