Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-20 Thread Andrey Rahmatullin
On Sat, Jun 20, 2015 at 01:16:42PM +0200, Joël Krähemann wrote: Just forgot most important command: gbp import-dsc ../ags_0.4.2-70-1.1.dsc This won't help the thing you've replying to. Also, this most important command fully conflicts with the workflow you listed. As looking at the `uscan`

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-20 Thread Andrey Rahmatullin
On Fri, Jun 19, 2015 at 09:30:25PM +0200, Joël Krähemann wrote: joel@debain:~/gsequencer.alioth$ gbp import-orig ../ags_0.4.2-69.orig.tar.gz joel@debain:~/gsequencer.github$ git checkout pristine-tar joel@debain:~/gsequencer.github$ pristine-tar commit ../ags_0.4.2-69.orig.tar.gz

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-20 Thread Joël Krähemann
Hi, Just forgot most important command: gbp import-dsc ../ags_0.4.2-70-1.1.dsc As looking at the `uscan` manual I've discovered the `mk-origtargz` command bests, Joël On Fri, Jun 19, 2015 at 11:38 PM, Andrey Rahmatullin w...@debian.org wrote: On Fri, Jun 19, 2015 at 09:30:25PM +0200, Joël

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-20 Thread Joël Krähemann
Hi, Here's a fixed version. I'm doing `git clean -d -x -f` instead of `make distclean` because it doesn't remove some generated files. joel@debain:~/gsequencer.github$ make distcheck joel@debain:~/gsequencer.github$ cp ags-0.4.2-69.tar.gz ../ags_0.4.2-69.orig.tar.gz

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-20 Thread Tobias Frost
Am Samstag, den 20.06.2015, 20:25 +0200 schrieb Joël Krähemann: Hi, Here's a fixed version. I'm doing `git clean -d -x -f` instead of `make distclean` because it doesn't remove some generated files. Thats a bug. The d/rules clean target is supposed to cleanup all generated/modified files. To

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-20 Thread Joël Krähemann
Hi, I have just created a pre-commit hook for download page: http://gsequencer.org/downloads/index.html This should debian/watch enable to get the source package. cheers, Joël On Sat, Jun 20, 2015 at 8:25 PM, Joël Krähemann jkraehem...@gmail.com wrote: Hi, Here's a fixed version. I'm

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-20 Thread gregor herrmann
On Sat, 20 Jun 2015 22:27:49 +0200, Tobias Frost wrote: gbp-import-orig(1) takes --git-pristine-tar, so this is not needed. You can also set this option to default via e.g debian/gbp.conf Best practice would also to sign your tags, so either --sign-tags or again via gbp.conf IMO it's easier

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-20 Thread Joël Krähemann
Hi Tobias Frost Thank you for optimizing my work-flow. The following does import the tag debian/0.4.2-69-1 gbp import-dsc ../ags_0.4.2-69-1.dsc cheers, Joël On Sat, Jun 20, 2015 at 10:38 PM, gregor herrmann gre...@debian.org wrote: On Sat, 20 Jun 2015 22:27:49 +0200, Tobias Frost wrote:

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-20 Thread Andrey Rahmatullin
On Sun, Jun 21, 2015 at 05:24:09AM +0200, Joël Krähemann wrote: Hi Tobias Frost Thank you for optimizing my work-flow. The following does import the tag debian/0.4.2-69-1 gbp import-dsc ../ags_0.4.2-69-1.dsc You should use --git-tag or --git-tag-only gbp switches to make debian/* tags.

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-19 Thread Andrey Rahmatullin
On Fri, Jun 19, 2015 at 09:30:25PM +0200, Joël Krähemann wrote: https://mentors.debian.net/package/ags Even mentors shows a lot of lintian-detected problems. -- WBR, wRAR signature.asc Description: Digital signature

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-19 Thread Joël Krähemann
Hi all Related to: https://mentors.debian.net/package/ags http://anonscm.debian.org/cgit/pkg-multimedia/gsequencer.git What I'm basically doing to upload to debian, please give any advice to improve. joel@debain:~/gsequencer.github$ make distcheck joel@debain:~/gsequencer.github$ cp

Re: packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-18 Thread Ross Gammon
Hi Joël, On 06/16/2015 04:28 PM, Joël Krähemann wrote: Hi, could someone please take a look at my repository: http://anonscm.debian.org/cgit/pkg-multimedia/gsequencer.git I am also a member of the multimedia team and have seen your commits rolling in. You are getting close to having

packaging Advanced Gtk+ Sequencer - automatic debian build

2015-06-16 Thread Joël Krähemann
Hi, could someone please take a look at my repository: http://anonscm.debian.org/cgit/pkg-multimedia/gsequencer.git Please tell me what I have to do that it gets processed by the automatic debian build system. Further what is still left to do so. Note there aren't any signed tags, yet. Should I