stsquad / easytag

A git repo of the development series of EasyTag (as there was no official SCM). Since then the project has moved and is hosted at Gnome in it's own upstream repo.
https://gitlab.gnome.org/GNOME/easytag
GNU General Public License v2.0
29 stars 12 forks source link

Makefile.am includes missing debian/ path in distfiles #6

Closed ferdnyc closed 13 years ago

ferdnyc commented 13 years ago

The current git source is broken for "make dist-bzip2" (or any other form that uses the distdir target), because it attempts to include the nonexistent debian directory as part of the EXTRA_DIST files. This patch corrects, and results in successful distfile creation.

http://dl.dropbox.com/u/1031979/0001-Exclude-nonexistent-debian-path-from-EXTRA_DIST.patch

stsquad commented 13 years ago

Applied.

Thanks for your patch.