ubuntu/+source/ppa-purge:ubuntu/devel

Last commit made on 2024-05-04
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/ubuntu/+source/ppa-purge
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:ubuntu/+source/ppa-purge

Recent commits

8fe3d71... by Andreas Hasenack

changelog: fix ubuntu release name

da2d928... by Andreas Hasenack

changelog: also mention the help message change

2d31b2f... by Andreas Hasenack

changelog: fix bug reference

bbc86de... by Ghadi Rahme

ppa-purge: add help message for older deb source formats and clean the sed command

f8b4f4c... by Ghadi Rahme

ppa-purge: Replace awk with sed to avoid dependency issues.
    Update help page.

df0fd6a... by Ghadi Rahme

changelog: fixed noble version to be ubuntu3 instead of ubuntu2.1

79965e4... by Ghadi Rahme

control: Add gawk as a dependency
  Currently ppa-purge makes use of the -i option within awk,
  this option is not available with mawk and only available
  within gawk 4.1 and higher.

e03af3a... by Ghadi Rahme

ppa-purge: improved disabling of deb822 source files
  make sure that deb822 files are disabled in a cleaner way,
  by first removing all "Enabled" lines before disabeling per component

e7c6dfb... by Ghadi Rahme

debian/changelog: change target to noble. ppa-purge: disable deb822 source per component, handle deb822 comments

be5873e... by Ghadi Rahme

Add support for deb822 source format. (LP: #2036761)