8000 include .buildinfo in ubuntu sources · Develop-Python/backintime@ed2b339 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed2b339

Browse files
committed
include .buildinfo in ubuntu sources
1 parent 0b420b3 commit ed2b339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makedeb-src.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ for release in ${RELEASES}; do
2222
debuild -i -S
2323
done
2424

25-
cp ${TMP}/*.build ${TMP}/*.changes ${TMP}/*.dsc ${TMP}/*.tar.gz ${CURRENT}
25+
cp ${TMP}/*.build ${TMP}/*.buildinfo ${TMP}/*.changes ${TMP}/*.dsc ${TMP}/*.tar.gz ${CURRENT}
2626
rm -rf ${TMP}

0 commit comments

Comments
 (0)
0