File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 VERSION=${GITHUB_REF_NAME#v}
3636 cd ..
3737 cp -r gabutytb gabutytb-${VERSION}
38- # nama harus sesuai dengan Package di debian/changelog
3938 tar -czf com.github.gabutakut.gabutytb_${VERSION}.orig.tar.gz gabutytb-${VERSION}
4039
4140 - name : Build package
@@ -46,18 +45,17 @@ jobs:
4645 run : |
4746 VERSION=${GITHUB_REF_NAME#v}
4847 cd ../gabutytb-${VERSION}
48+
49+ dch --newversion "${VERSION}-1~ppa1" \
50+ --distribution noble \
51+ --force-distribution \
52+ "Release ${VERSION}"
53+
4954 chmod 644 debian/changelog debian/control debian/copyright
55+ chmod +x debian/rules
5056
51- # Build tanpa sign dulu
5257 dpkg-buildpackage -S -sa -d --no-sign
5358
54- # Sign manual pakai passphrase
55- echo "${{ secrets.GPG_PASSPHRASE }}" | \
56- gpg --batch --yes --pinentry-mode loopback \
57- --passphrase-fd 0 \
58- -u ${{ secrets.GPG_KEY_ID }} \
59- --clearsign ../*.dsc
60-
6159 echo "${{ secrets.GPG_PASSPHRASE }}" | \
6260 debsign -k${{ secrets.GPG_KEY_ID }} \
6361 --no-re-sign \
6765 - name : Upload to PPA
6866 run : |
6967 cd ..
70- dput ppa:torik-habib/gabutdm *.changes
68+ dput ppa:torik-habib/gabutdm *.changes
You can’t perform that action at this time.
0 commit comments