diff --git a/Makefile b/Makefile index bcefa30..80da4dc 100644 --- a/Makefile +++ b/Makefile @@ -275,5 +275,49 @@ run: docker xhost orig: tar --exclude=debian --exclude=.git -cvzf ../i2p-firefox-profile_$(PROFILE_VERSION).orig.tar.gz . +bionic: + @sed -i "s|`head -n 1 debian/changelog`|i2p-firefox-profile ($(PROFILE_VERSION)-1) bionic; urgency=medium|g" debian/changelog + make orig + debuild -S + make dput + +focal: + @sed -i "s|`head -n 1 debian/changelog`|i2p-firefox-profile ($(PROFILE_VERSION)-1) focal; urgency=medium|g" debian/changelog + make orig + debuild -S + make dput + +groovy: + @sed -i "s|`head -n 1 debian/changelog`|i2p-firefox-profile ($(PROFILE_VERSION)-1) groovy; urgency=medium|g" debian/changelog + make orig + debuild -S + make dput + +buster: + @sed -i "s|`head -n 1 debian/changelog`|i2p-firefox-profile ($(PROFILE_VERSION)-1) buster; urgency=medium|g" debian/changelog + make orig + debuild -S + make dput + +bullseye: + @sed -i "s|`head -n 1 debian/changelog`|i2p-firefox-profile ($(PROFILE_VERSION)-1) bullseye; urgency=medium|g" debian/changelog + make orig + debuild -S + make dput + +trixie: + @sed -i "s|`head -n 1 debian/changelog`|i2p-firefox-profile ($(PROFILE_VERSION)-1) trixie; urgency=medium|g" debian/changelog + make orig + debuild -S + make dput + +sid: + @sed -i "s|`head -n 1 debian/changelog`|i2p-firefox-profile ($(PROFILE_VERSION)-1) sid; urgency=medium|g" debian/changelog + make orig + debuild -S + make dput + dput: - dput ppa:i2p-community/ppa ../i2p-firefox-profile_$(PROFILE_VERSION)-1_source.changes \ No newline at end of file + dput --force ppa:i2p-community/ppa ../i2p-firefox-profile_$(PROFILE_VERSION)-1_source.changes + +launchpad: bionic focal groovy \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 2a7dee0..b5ac345 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -i2p-firefox-profile (0.04.0-1) stable; urgency=medium +i2p-firefox-profile (0.04.0-1) bionic; urgency=medium * Initial release. Closes i2pgit.org/i2p-hackers/i2p.firefox #5 diff --git a/debian/control b/debian/control index b9c5d80..c5bc446 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: i2p-firefox-profile Section: net Priority: optional Maintainer: idk -Build-Depends: debhelper-compat (= 13) +Build-Depends: debhelper-compat (= 11) Standards-Version: 4.5.1 Homepage: https://i2pgit.org/i2p-hackers/i2p.firefox Vcs-Browser: https://i2pgit.org/i2p-hackers/i2p.firefox