-
- Downloads
Initial commit.
Very simple GUI to show PKL name, whether package is signed or not and ability to verify the package. Also included is the debian packaging infrastructure.
parents
No related branches found
No related tags found
Showing
- .gitignore 9 additions, 0 deletions.gitignore
- LICENSE 0 additions, 0 deletionsLICENSE
- dcpman.desktop 10 additions, 0 deletionsdcpman.desktop
- dcpman.ui 121 additions, 0 deletionsdcpman.ui
- dcpman/__init__.py 1 addition, 0 deletionsdcpman/__init__.py
- dcpman/dcp.py 147 additions, 0 deletionsdcpman/dcp.py
- dcpman/manager.py 65 additions, 0 deletionsdcpman/manager.py
- debian/changelog 5 additions, 0 deletionsdebian/changelog
- debian/compat 1 addition, 0 deletionsdebian/compat
- debian/control 15 additions, 0 deletionsdebian/control
- debian/copyright 3 additions, 0 deletionsdebian/copyright
- debian/files 1 addition, 0 deletionsdebian/files
- debian/install 2 additions, 0 deletionsdebian/install
- debian/rules 4 additions, 0 deletionsdebian/rules
- debian/source/format 1 addition, 0 deletionsdebian/source/format
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
dcpman.desktop
0 → 100644
dcpman.ui
0 → 100644
dcpman/__init__.py
0 → 100644
dcpman/dcp.py
0 → 100755
dcpman/manager.py
0 → 100755
debian/changelog
0 → 100644
debian/compat
0 → 100644
debian/control
0 → 100644
debian/copyright
0 → 100644
debian/files
0 → 100644
debian/install
0 → 100644
debian/rules
0 → 100755
debian/source/format
0 → 100644
Please register or sign in to comment