-
Notifications
You must be signed in to change notification settings - Fork 11
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
8 changed files
with
14 additions
and
20 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 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
__author__ = "Xavier MARCELET <[email protected]>" | ||
__copyright__ = "Copyright (C) 2016 Xavier MARCELET" | ||
__version__ = "1.6.0" | ||
__version__ = "1.7.0" | ||
__description__ = "Generate doxygen's documentation coverage report" | ||
__url__ = "https://github.com/psycofdj/coverxygen" | ||
__download_url__ = "https://github.com/psycofdj/coverxygen/tarball/%s" % __version__ | ||
|
@@ -23,7 +23,6 @@ | |
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Operating System :: Unix", | ||
"Programming Language :: Python :: 2", | ||
"Programming Language :: Python :: 3" | ||
] | ||
|
||
|
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 @@ | ||
coverxygen (1.7.0ppa1~focal) focal; urgency=medium | ||
|
||
* drop support for python2.7 | ||
|
||
-- Xavier MARCELET <[email protected]> Tue, 23 Nov 2021 14:55:00 +0200 | ||
|
||
coverxygen (1.3.1ppa1~xenial) xenial; urgency=medium | ||
|
||
* fix generated value when item is undocumented | ||
|
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 |
---|---|---|
|
@@ -3,16 +3,8 @@ Section: python | |
Priority: optional | ||
Maintainer: Xavier MARCELET <[email protected]> | ||
Standards-Version: 3.9.7 | ||
Build-Depends: debhelper (>= 9), python-all (>= 2.7), python3-all (>= 3.2), python-setuptools, python3-setuptools, dh-python | ||
Build-Depends: debhelper (>= 9), python3-all (>= 3.2), python3-setuptools, dh-python | ||
X-Python3-Version: >= 3.2 | ||
X-Python2-Version: >= 2.7 | ||
|
||
Package: python-coverxygen | ||
Architecture: all | ||
Depends: ${python:Depends}, ${misc:Depends} | ||
Description: Generate doxygen's documentation coverage report | ||
http://github.com/psycofdj/coverxygen | ||
. | ||
|
||
Package: python3-coverxygen | ||
Architecture: all | ||
|
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 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
1.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python3 | ||
#------------------------------------------------------------------# | ||
|
||
__author__ = "Xavier MARCELET <[email protected]>" | ||
|
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