Skip to content

Commit

Permalink
Merge branch 'main' of github.com:seamplex/feenox
Browse files Browse the repository at this point in the history
  • Loading branch information
gtheler committed Feb 7, 2025
2 parents 9549925 + 2416d71 commit 8a2221f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
22 changes: 20 additions & 2 deletions dist/dsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ -e src/feenox-${version}.tar.gz ]; then
cp src/feenox-${version}.tar.gz .
else
wget https://seamplex.com/feenox/dist/src/feenox-${version}.tar.gz
cp feenox-${version}.tar.gz src
fi

rm -rf feenox-${version}
Expand All @@ -18,10 +19,27 @@ debmake
cp ../README.Debian ../control ../copyright ../rules ../watch debian/
cp ../metadata debian/upstream
m4 -Dfeenox_version=${version} ../changelog > debian/changelog
rm -f debian/source/control debian/tests/control debian/patches/series debian/source/local-options debian/source/options debian/source/patch-header
rmdir debian/patches
rm -f debian/source/control \
debian/tests/control \
debian/patches/series \
debian/source/local-options \
debian/source/options \
debian/source/patch-header \
debian/*.ex \
debian/source/*.ex \
debian/clean \
debian/dirs \
debian/gbp.conf \
debian/install \
debian/links
rmdir debian/patches debian/tests
rm -f COPYING debian/feenox/usr/share/doc/feenox/COPYRIGHT.gz

# copy the debian directory to dist
rm -rf ../debian
cp -r debian ..
exit

export DEBEMAIL="[email protected]"
export DEBFULLNAME="Jeremy Theler"
export DEBUILD_DPKG_BUILDPACKAGE_OPTS="-i -I -us -uc"
Expand Down
1 change: 1 addition & 0 deletions dist/metadata
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
Bug-Database: https://github.com/seamplex/feenox/issues
Bug-Submit: https://github.com/seamplex/feenox/issues/new
Repository: https://github.com/seamplex/feenox.git
Expand Down

0 comments on commit 8a2221f

Please sign in to comment.