File: README.Debian

package info (click to toggle)
puppet-strings 4.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,412 kB
  • sloc: ruby: 7,324; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
package maintenance
-------------------

This package uses gbp

To get the source:

  git clone https://salsa.debian.org:kienan-guest/puppet-strings.git && cd puppet-strings

To update when there is a new upstream release:

  # If there is no upstream branch
  git checkout -b upstream origin/upstream
  # Go back to the master branch
  git checkout master
  # Update
  gbp import-orig --pristine-tar --uscan

To add the debian changelog:

  dch
  # add and commit to git

To test with sbuild:

  sbuild --run-autopkgtest --run-lintian