Skip to content

Commit

Permalink
Added files for debian packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
frode-h committed Apr 16, 2024
1 parent ecf7767 commit 00aeeba
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
deblint (0.0.0-1) unstable; urgency=low

* Initial release.

-- Your Name <[email protected]> Tue, 16 Apr 2024 00:00:00 +0000
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
15 changes: 15 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Source: deblint
Section: utils
Priority: optional
Maintainer: Your Name <[email protected]>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: https://github.com/frode-h/deblint

Package: deblint
Architecture: all
Depends: python3-regex, python3-apt
Description: Track down unused Debian packages
Deblint is a tool for tracking down unused Debian packages that no other packages depend on. It's designed to help you clean up your system by identifying and removing packages that are no longer needed.

Deblint uses atime to decide which packages have not been used in the set time.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/make -f
%:
dh $@

0 comments on commit 00aeeba

Please sign in to comment.