File: fixup-changelog-name-for-lintian

package info (click to toggle)
htag 0.0.24-2
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 356 kB
  • sloc: perl: 1,302; makefile: 20; sh: 2
file content (11 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@
 	mkdir -p debian/tmp/usr/share/htag/plugins
 	cp -a plugins/* debian/tmp/usr/share/htag/plugins
 	chmod 755 debian/tmp/usr/share/htag/plugins/* # for lintian
+	cp -a docs/Changelog.htag docs/changelog
 
 clean:
-	rm -rf htag.1 debian/tmp
+	rm -rf htag.1 debian/tmp docs/changelog