diff --git a/packaging/README.md b/packaging/README.md new file mode 100644 index 00000000..bb35c679 --- /dev/null +++ b/packaging/README.md @@ -0,0 +1,4 @@ +In this folder the packaging scripts are placed, e.g. the folder debian +contains the definitions which are used for the Ubuntu PPA Build +(Work in progress) + diff --git a/packaging/debian/.gitignore b/packaging/debian/.gitignore new file mode 100644 index 00000000..e779c281 --- /dev/null +++ b/packaging/debian/.gitignore @@ -0,0 +1,2 @@ +ppa-build + diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog new file mode 100644 index 00000000..43557c9e --- /dev/null +++ b/packaging/debian/debian/changelog @@ -0,0 +1,6 @@ +xournalpp (1.0.2-0) unstable; urgency=low + + * Initial release Debian Packaging + + -- Andreas Butti Mon, 03 Dec 2018 20:00:00 +0100 + diff --git a/packaging/debian/test.sh b/packaging/debian/test.sh new file mode 100755 index 00000000..1e6db34f --- /dev/null +++ b/packaging/debian/test.sh @@ -0,0 +1,10 @@ +## Test Ubuntu PPA Build +## +## Preparation: +## sudo apt install git-build-recipe + +git-build-recipe --package xournalpp --allow-fallback-to-native xournalpp.recipe ppa-build + + + + diff --git a/packaging/debian/xournalpp.recipe b/packaging/debian/xournalpp.recipe new file mode 100644 index 00000000..6d42f1fb --- /dev/null +++ b/packaging/debian/xournalpp.recipe @@ -0,0 +1,5 @@ +# git-build-recipe format 0.3 deb-version master-{date}-{time} + +lp:xournalpp + +