]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added Raspbian.dsc 598/head
authorArvin Schnell <aschnell@suse.de>
Fri, 20 Nov 2020 06:30:29 +0000 (07:30 +0100)
committerArvin Schnell <aschnell@suse.de>
Fri, 20 Nov 2020 06:30:29 +0000 (07:30 +0100)
Makefile.am
configure.ac
dists/debian/snapper-Raspbian.dsc.in.in [new file with mode: 0644]

index 63f91766fc09568757f2ca120b24fdb9943b901c..ed970874f9958d5e8021cb3c5636d5e035da039a 100644 (file)
@@ -27,12 +27,18 @@ UBUNTU_FLAVOURS =   \
     xUbuntu_20.04      \
     xUbuntu_20.10
 
+RASPBIAN_FLAVOURS =    \
+    Raspbian_10
+
 show-debian:
        @echo "Debian flavors: $(DEBIAN_FLAVOURS)"
 
 show-ubuntu:
        @echo "Ubuntu flavors: $(UBUNTU_FLAVOURS)"
 
+show-raspbian:
+       @echo "Raspbian flavors: $(RASPBIAN_FLAVOURS)"
+
 package-clean:
        rm -f package/snapper-*.tar.bz2
        rm -f package/debian.*
@@ -58,9 +64,9 @@ endif
 # - Clean up the package/ directory
 # - create a new tarball (via the depencency)
 # - copy the content of the debian/ directory
-# - for both Debian and Ubuntu, generate a master .dsc.in from file with the
+# - for both Debian, Ubuntu and Raspbian, generate a master .dsc.in from file with the
 #   "Files:" line for the tarball with its md5sum, file size in bytes, and name
-# - copy that .dsc.in master file for each flavor of Debian or Ubuntu to be supported
+# - copy that .dsc.in master file for each flavor of Debian, Ubuntu or Raspbian to be supported
 # - remove the .dsc.in master file and the .dsc.in.in file
 # - move the new tarball to the package/ directory
 #
@@ -68,7 +74,7 @@ endif
 # (not even with the GNU make ':=' syntax): They cannot be assigned in the 'actions'
 # part of a rule, only outside rules.
 #
-# The .dsc files are generated from a .dsc.in file for each Debian and Ubuntu,
+# The .dsc files are generated from a .dsc.in file for each Debian, Ubuntu and Raspbian,
 # which in turn are generated by configure/autoconf from .dsc.in.in files (see
 # configure.ac) where @VERSION@ is expanded with the content of the toplevel
 # VERSION file.
@@ -105,6 +111,7 @@ package: snapper-$(VERSION).tar.bz2 package-clean
        echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> package/snapper-xUbuntu.dsc.in
        for FLAV in $(DEBIAN_FLAVOURS); do cp -v package/snapper-Debian.dsc.in package/snapper-$${FLAV}.dsc; done
        for FLAV in $(UBUNTU_FLAVOURS); do cp -v package/snapper-xUbuntu.dsc.in package/snapper-$${FLAV}.dsc; done
+       for FLAV in $(RASPBIAN_FLAVOURS); do cp -v package/snapper-Raspbian.dsc.in package/snapper-$${FLAV}.dsc; done
        rm package/snapper*.dsc.in*
        mv snapper-$(VERSION).tar.bz2 package/
 
index 64f4eaf28e7c283d83c5828a7be62d05924ade63..ae70e0cebeb49a9bb7d8aa92b31dbc91298cb215 100644 (file)
@@ -222,4 +222,5 @@ AC_OUTPUT(
        package/snapper.spec:snapper.spec.in
        dists/debian/snapper-Debian.dsc.in:dists/debian/snapper-Debian.dsc.in.in
        dists/debian/snapper-xUbuntu.dsc.in:dists/debian/snapper-xUbuntu.dsc.in.in
+       dists/debian/snapper-Raspbian.dsc.in:dists/debian/snapper-Raspbian.dsc.in.in
 )
diff --git a/dists/debian/snapper-Raspbian.dsc.in.in b/dists/debian/snapper-Raspbian.dsc.in.in
new file mode 100644 (file)
index 0000000..7f56587
--- /dev/null
@@ -0,0 +1,13 @@
+Format: 1.0
+Source: snapper
+Version: @VERSION@
+Binary: snapper
+Maintainer: Arvin Schnell <aschnell@suse.com>
+Architecture: any
+Build-Depends: debhelper (>= 4.1.16), acl-dev, dbus, g++, libboost-dev, libboost-thread-dev, libboost-system-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libjson-c-dev, libpam-dev, xsltproc, docbook-xsl, locales-all
+#
+# The 'Files' line is generated during 'make package':
+# Files:
+#  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
+#
+Files: