File: README.source

package info (click to toggle)
intel-acm 20210710-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 2,240 kB
  • sloc: python: 66; sh: 30; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 870 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Upgrading the Debian source package to a new upstream version
-------------------------------------------------------------

The following commands can be useful for updating the source package
to a new upstream version:

gbp clone --pristine-tar https://salsa.debian.org/debian/intel-acm
cd intel-acm
version=$(date -I)
debian/download_acms_from_upstream.py --output-directory ../intel-acm-$version
diff -Naur acm ../intel-acm-$version/acm
# Review upstream changes manually.
tar -C .. --xz -cf intel-acm-$version.orig.tar.xz intel-acm-$version
rm -fr intel-acm-$version
gbp import-orig --pristine-tar ../intel-acm-$version.orig.tar.xz
dch -i
git commit debian/changelog
gbp buildpackage -S
sudo pbuilder build ../intel-acm_$(dpkg-parsechangelog -SVersion).dsc
lintian -EvIL +pedantic /var/cache/pbuilder/result/intel-acm_$(dpkg-parsechangelog -SVersion)_amd64.changes