Skip to content

Commit c0424d2

Browse files
committed
refactor: rename debmagic-cli -> debmagic and debmagic-api -> debmagic-pkg
1 parent bb6d13f commit c0424d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+173
-158
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Multi-Arch: foreign
2929
Description: Debian build instructions written in Python.
3030
Explicit is better than implicit.
3131

32-
Package: debmagic
32+
Package: debmagic-pkg
3333
Architecture: all
3434
Depends:
3535
python3-debmagic-common,
@@ -40,7 +40,7 @@ Multi-Arch: foreign
4040
Description: Debian build instructions written in Python.
4141
Explicit is better than implicit.
4242

43-
Package: debmagic-cli
43+
Package: debmagic
4444
Architecture: all
4545
Depends:
4646
python3-debmagic-common,

docs/develop/releasing.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.

packages/common/src/debmagic/common/package_version.py renamed to packages/debmagic-common/src/debmagic/common/package_version.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/common/tests/assets/pkg1_minimal_control_file renamed to packages/debmagic-common/tests/assets/pkg1_minimal_control_file

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)