File: README.build-from-git

package info (click to toggle)
libconfig-model-dpkg-perl 2.143
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,392 kB
  • sloc: perl: 6,996; python: 242; makefile: 54; sh: 1
file content (12 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
# How to build and test libconfig-model-dpkg-perl 

# Note: please see HOWTO.release to release a new version to Debian

# create package:
perl Build.PL
./Build manifest

./Build test

# optionaly, clean up the git repo
git clean -df