After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 620337 - Ensure that distcheck works
Ensure that distcheck works
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
GIT
Other All
: Normal normal
: 0.7.0
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks: 620379
 
 
Reported: 2010-06-02 08:50 UTC by Mike Gemünde
Modified: 2010-06-08 09:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Ensure that POTFILES.in is sorted (3.89 KB, patch)
2010-06-02 08:50 UTC, Mike Gemünde
none Details | Review
Ensure that distcheck works (2.41 KB, patch)
2010-06-02 08:51 UTC, Mike Gemünde
none Details | Review
Ensure that POTFILES.in is sorted (2.75 KB, patch)
2010-06-02 09:39 UTC, Mike Gemünde
none Details | Review
Ensure that POTFILES.in is sorted (2.75 KB, patch)
2010-06-02 09:41 UTC, Mike Gemünde
committed Details | Review
Ensure that distcheck works (2.45 KB, patch)
2010-06-02 09:45 UTC, Mike Gemünde
committed Details | Review

Description Mike Gemünde 2010-06-02 08:50:57 UTC
These commits make distcheck work again.
Comment 1 Mike Gemünde 2010-06-02 08:50:58 UTC
Created attachment 162518 [details] [review]
Ensure that POTFILES.in is sorted

The little script from banshee, which sorts the files listed in
POTFILES.in is added and the entries are sorted.
Comment 2 Mike Gemünde 2010-06-02 08:51:02 UTC
Created attachment 162519 [details] [review]
Ensure that distcheck works

After some last commits distcheck didn't work. This commit
adds some files from Hyena.Gui to the po files. Additionally,
build.rules.mk copies some .dll.config files to bin/. This
files are now deleted by clean.
Comment 3 Mike Gemünde 2010-06-02 09:39:45 UTC
Created attachment 162522 [details] [review]
Ensure that POTFILES.in is sorted

The little script from banshee, which sorts the files listed in
POTFILES.in is added. The script is enhanced to handle the [type: ...]
prefixes, which are used for e.g. .ui and .glade files.
Comment 4 Mike Gemünde 2010-06-02 09:41:07 UTC
Created attachment 162523 [details] [review]
Ensure that POTFILES.in is sorted

The little script from banshee, which sorts the files listed in
POTFILES.in is added. The script is enhanced to handle the [type: ...]
prefixes, which are used for e.g. .ui and .glade files.
Comment 5 Mike Gemünde 2010-06-02 09:45:29 UTC
Created attachment 162524 [details] [review]
Ensure that distcheck works

After some last commits distcheck didn't work. This commit
adds some files from Hyena.Gui to the po files. Additionally,
build.rules.mk copies some .dll.config files to bin/. This
files are now deleted by clean.
Comment 6 Ruben Vermeersch 2010-06-02 19:12:01 UTC
Attachment 162523 [details] pushed as eca4f2c - Ensure that POTFILES.in is sorted
Attachment 162524 [details] pushed as dd091cc - Ensure that distcheck works