From: Bastian Dehn Date: Sat, 26 Sep 2026 14:53:31 +0000 (+0200) Subject: add copyright and changelog X-Git-Tag: v1.0.0^2~1^2~4 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=15e0266edae6d8e864332f5126bd3cca19e27aea;p=albentohandy.git add copyright and changelog --- diff --git a/Makefile b/Makefile index addfba9..2020de1 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,14 @@ $(BUILDDIR)/$(PACKAGE)/$(SHAREDIR)/albentohandy.conf: mkdir --parents $(@D) cp $(SRCDIR)/albentohandy.conf $(@) +$(BUILDDIR)/$(PACKAGE)/$(SHAREDIR)/copyright: + mkdir --parents $(@D) + cp $(SRCDIR)/debian/copyright $(@) + +$(BUILDDIR)/$(PACKAGE)/$(SHAREDIR)/changelog.gz: + mkdir --parents $(@D) + gzip --stdout --no-name --best $(SRCDIR)/debian/changelog > $(@) + $(BUILDDIR)/$(PACKAGE)/DEBIAN/control: mkdir --parents $(@D) sed 's/@VERSION@/$(VERSION)/' $(SRCDIR)/debian/control > $(@) @@ -70,6 +78,8 @@ $(BUILDDIR)/$(PACKAGE).deb: $(BUILDDIR)/$(PACKAGE)/$(BINDIR)/albentohandy \ $(BUILDDIR)/$(PACKAGE)/$(LIBDIR)/opus.sh \ $(BUILDDIR)/$(PACKAGE)/$(LIBDIR)/flac.sh \ $(BUILDDIR)/$(PACKAGE)/$(SHAREDIR)/albentohandy.conf \ + $(BUILDDIR)/$(PACKAGE)/$(SHAREDIR)/copyright \ + $(BUILDDIR)/$(PACKAGE)/$(SHAREDIR)/changelog.gz \ $(BUILDDIR)/$(PACKAGE)/DEBIAN/control mkdir --parents $(@D) umask 0022 diff --git a/src/debian/changelog b/src/debian/changelog new file mode 100644 index 0000000..a30f609 --- /dev/null +++ b/src/debian/changelog @@ -0,0 +1,5 @@ +albentohandy (1.0.0) stable; urgency=low + + * initial release + + -- Bastian Dehn Sat, 26 Sep 2026 16:51:00 +0200 diff --git a/src/debian/copyright b/src/debian/copyright new file mode 100644 index 0000000..3c983f1 --- /dev/null +++ b/src/debian/copyright @@ -0,0 +1,4 @@ +Files: + * +Copyright: 2026 Bastian Dehn +License: MIT \ No newline at end of file