]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
add copyright and changelog
authorBastian Dehn <hhaalo@arcor.de>
Sat, 26 Sep 2026 14:53:31 +0000 (16:53 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 26 Sep 2026 14:53:31 +0000 (16:53 +0200)
Makefile
src/debian/changelog [new file with mode: 0644]
src/debian/copyright [new file with mode: 0644]

index addfba9cefbc3f1a29cf0a67746baab21ada2c0d..2020de14fd889fc04ea2dff6afc7bddd876e296a 100644 (file)
--- 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 (file)
index 0000000..a30f609
--- /dev/null
@@ -0,0 +1,5 @@
+albentohandy (1.0.0) stable; urgency=low
+
+  * initial release
+
+ -- Bastian Dehn <hhaalo@arcor.de>  Sat, 26 Sep 2026 16:51:00 +0200
diff --git a/src/debian/copyright b/src/debian/copyright
new file mode 100644 (file)
index 0000000..3c983f1
--- /dev/null
@@ -0,0 +1,4 @@
+Files:
+ *
+Copyright: 2026 Bastian Dehn
+License: MIT
\ No newline at end of file