Skip to content

Commit 98314bf

Browse files
authored
Update debian packaging and workflow (#35)
- workflow: clean up unused code - remove dh_make example files - d/control: update runtime depends - d/python3-sp.install: rename cli script - d/README: update - rename salsa-ci
1 parent f11a49a commit 98314bf

File tree

10 files changed

+7
-160
lines changed

10 files changed

+7
-160
lines changed

.github/workflows/publish-deb.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
uses: softprops/action-gh-release@v1
5050
with:
5151
tag_name: ${{ steps.gettag.outputs.latesttag }}
52-
# name: "version: "${{ steps.gettag.outputs.latesttag }}
5352
generate_release_notes: true
5453
draft: false
5554
prerelease: false

debian/README.Debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
simple-pwgen for Debian
22
----------------------
33

4-
<possible notes regarding this package - if none, delete this file>
4+
possible notes regarding this package - if none, delete this file
55

66
-- Himadri Sekhar Basu <[email protected]> Sun, 29 May 2022 00:18:19 +0530

debian/README.source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
simple-pwgen for Debian
22
----------------------
33

4-
<this file describes information about the source package, see Debian policy
5-
manual section 4.14. You WILL either need to modify or delete this file>
4+
this file describes information about the source package, see Debian policy
5+
manual section 4.14. You WILL either need to modify or delete this file
66

77

88

debian/control

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Rules-Requires-Root: no
1616

1717
Package: simple-pwgen
1818
Architecture: all
19-
Depends: python3-gi,
19+
Depends: gobject-introspection,
20+
gir1.2-gtk-3.0,
21+
python3-gi,
2022
python3-simple-pwgen,
2123
${python3:Depends},
2224
${misc:Depends}
@@ -30,7 +32,6 @@ Description: Simple Password Generator
3032
Package: python3-simple-pwgen
3133
Architecture: all
3234
Depends: python3-configobj,
33-
python3-gi,
3435
python3-setproctitle,
3536
python3-tldextract,
3637
${python3:Depends},

debian/postinst.ex

Lines changed: 0 additions & 43 deletions
This file was deleted.

debian/postrm.ex

Lines changed: 0 additions & 37 deletions
This file was deleted.

debian/preinst.ex

Lines changed: 0 additions & 35 deletions
This file was deleted.

debian/prerm.ex

Lines changed: 0 additions & 38 deletions
This file was deleted.

debian/python3-simple-pwgen.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
usr/bin/simple-pwgen-cli
1+
usr/bin/simple-pwgen
22
usr/lib
File renamed without changes.

0 commit comments

Comments
 (0)