Re: Packaging from Git

2017-02-06 Thread Arturo Borrero Gonzalez
On 6 February 2017 at 12:25, Narcis Garcia wrote: > Very far from the number of libs/tools that cannot unmask something like > Alexander Wirt formorer formorer de at anywhere of a page. > Probably this mentors mailing list isn't the right place for this discussion.

Re: Packaging from Git

2017-02-06 Thread Narcis Garcia
__ I'm using this express-made address because personal addresses aren't masked enough at this list's archives. Mailing lists service administrator should fix this. El 06/02/17 a les 11:16, Alexander Wirt ha escrit: > On Mon, 06 Feb 2017, Narcis Garcia wrote: > >> __ >> I'm using t

Re: Packaging from Git

2017-02-06 Thread Alexander Wirt
On Mon, 06 Feb 2017, Narcis Garcia wrote: > __ > I'm using this express-made address because personal addresses aren't > masked enough at this list's archives. Mailing lists service > administrator should fix this. > El 06/02/17 a les 10:42, Alexander Wirt ha escrit: > > On Mon, 06 Feb 201

Re: Packaging from Git

2017-02-06 Thread Narcis Garcia
__ I'm using this express-made address because personal addresses aren't masked enough at this list's archives. Mailing lists service administrator should fix this. El 06/02/17 a les 10:42, Alexander Wirt ha escrit: > On Mon, 06 Feb 2017, Narcis Garcia wrote: > >> __ >> I'm using t

Re: Packaging from Git

2017-02-06 Thread Alexander Wirt
On Mon, 06 Feb 2017, Narcis Garcia wrote: > __ > I'm using this express-made address because personal addresses aren't > masked enough at this list's archives. Mailing lists service > administrator should fix this. We don't intend to. Debian is an open Distribution and we believe in being

Re: Packaging from Git

2017-02-06 Thread Narcis Garcia
__ I'm using this express-made address because personal addresses aren't masked enough at this list's archives. Mailing lists service administrator should fix this. El 05/02/17 a les 21:25, Gianfranco Costamagna ha escrit: > Hi, > > > >> You are expected to set that bit on the file and c

Re: Packaging from Git

2017-02-05 Thread Gianfranco Costamagna
Hi, >You are expected to set that bit on the file and commit it. Gitlab has >nothing to do with this. stuff like github now allows to modify files and commit them from the web interface (without having to checkout the repo). I'm not sure about gitlab interface, but I don't think you can chmod

Re: Packaging from Git

2017-02-05 Thread Andrey Rahmatullin
On Sun, Feb 05, 2017 at 07:29:21PM +0100, Narcis Garcia wrote: > Another warning I don't know how to solve in GitLab: > "dpkg-buildpackage: warning: debian/rules is not executable; fixing that" > I don't find in GitLab CMS the way to set executable bit to a file. You are expected to set that bit on

Re: Packaging from Git

2017-02-05 Thread Narcis Garcia
Oh good! With the tab fix completes deb generation! Thank your patience Adrey! A warning that can be pointing to the lack of target file problem: "dpkg-genchanges: warning: package ntfsundelete-tree in control file but not in files list" file "files" contains: ntfsundelete-tree admin extra Anothe

Re: Packaging from Git

2017-02-05 Thread Andrey Rahmatullin
On Sun, Feb 05, 2017 at 10:17:59AM +0100, Narcis Garcia wrote: > I'm not kidding. With the default dh $@ only line, outputs an error message. I've explained why. You were not using the tab character. Either the instructions you are using don't mention that or you missed that part (also, d/rules is

Re: Packaging from Git

2017-02-05 Thread Narcis Garcia
__ I'm using this express-made address because personal addresses aren't masked enough at this list's archives. Mailing lists service administrator should fix this. El 04/02/17 a les 21:09, Andrey Rahmatullin ha escrit: > On Sat, Feb 04, 2017 at 09:02:20PM +0100, Narcis Garcia wrote: d

Re: Packaging from Git

2017-02-04 Thread Andrey Rahmatullin
On Sat, Feb 04, 2017 at 09:02:20PM +0100, Narcis Garcia wrote: > >> dpkg-buildpackage continues now, when my "rules" file has this only > >> content: > >> > >> #!/usr/bin/make -f > >> clean: > >> binary: > >> binary-arch: > >> binary-indep: > >> build: > >> build-arch: > >> build-indep: > > Which,

Re: Packaging from Git

2017-02-04 Thread Narcis Garcia
__ I'm using this express-made address because personal addresses aren't masked enough at this list's archives. Mailing lists service administrator should fix this. El 04/02/17 a les 20:37, Andrey Rahmatullin ha escrit: > On Sat, Feb 04, 2017 at 06:57:56PM +0100, Narcis Garcia wrote: >> dpk

Re: Packaging from Git

2017-02-04 Thread Andrey Rahmatullin
On Sat, Feb 04, 2017 at 06:57:56PM +0100, Narcis Garcia wrote: > dpkg-buildpackage continues now, when my "rules" file has this only content: > > #!/usr/bin/make -f > clean: > binary: > binary-arch: > binary-indep: > build: > build-arch: > build-indep: Which, of course, doesn't do anything useful.

Re: Packaging from Git

2017-02-04 Thread Narcis Garcia
dpkg-buildpackage continues now, when my "rules" file has this only content: #!/usr/bin/make -f clean: binary: binary-arch: binary-indep: build: build-arch: build-indep: Now I'm at this point: (...) dpkg-genchanges >../ntfsundelete-tree_1.0.0-1_amd64.changes dpkg-genchanges: warning: package n

Re: Packaging from Git

2017-02-04 Thread Andrey Rahmatullin
On Sat, Feb 04, 2017 at 04:55:13PM +0100, Narcis Garcia wrote: > wget --no-check-certificate -O ntfsundelete-tree_1.0.0.orig.tar > https://git.actiu.net/libre/ntfsundelete-tree/repository/archive.tar?ref=master This is not an orig.tar. > I don't know what is the minimal expected to be in "debian/

Re: Packaging from Git

2017-02-04 Thread Narcis Garcia
I'm now trying with the following*:* rm -fr /tmp/deb ; mkdir /tmp/deb ; cd /tmp/deb wget --no-check-certificate -O ntfsundelete-tree_1.0.0.orig.tar https://git.actiu.net/libre/ntfsundelete-tree/repository/archive.tar?ref=master tar xf ntfsundelete-tree_1.0.0.orig.tar cd ntfsundelete-tree-master*

Re: Packaging from Git

2016-12-20 Thread Sean Whitton
Dear Narcis, I am an upstream maintaining a Debian package. Frankly, I think you're overcomplicating things. In particular, I strongly recommend ignoring git-buildpackage, simply because it was not designed with your situation in mind. I suggest using a single branch, and building with dpkg-bui

Re: Packaging from Git

2016-12-20 Thread Andrey Rahmatullin
On Tue, Dec 20, 2016 at 07:14:17PM +0100, Narcis Garcia wrote: > You mean I really need to maintain 2 branches of code (master*+*debian)? I didn't say that, you can put debian/ into your upstream sources. > Then I imagine these are my steps to do: > $ wget --no-check-certificate -O ntfsundelete-tr

Re: Packaging from Git

2016-12-20 Thread Narcis Garcia
You mean I really need to maintain 2 branches of code (master*+*debian)? Then I imagine these are my steps to do: $ wget --no-check-certificate -O ntfsundelete-tree_1.0.0.orig.tar https://git.actiu.net/libre/ntfsundelete-tree/repository/archive.tar?ref=master $ tar xf ntfsundelete-tree_1.0.0.orig

Re: Packaging from Git

2016-12-20 Thread Andrey Rahmatullin
On Tue, Dec 20, 2016 at 04:48:30PM +0100, Narcis Garcia wrote: > Currently, I'm editing files directly with GitLab web interface. > For the moment, I only want "packaging from git": > Git -> Packaging helper (single direction sense) Well, you don't really need helpers, you can just checkout the deb

Re: Packaging from Git

2016-12-20 Thread Narcis Garcia
Currently, I'm editing files directly with GitLab web interface. For the moment, I only want "packaging from git": Git -> Packaging helper (single direction sense) Thanks. __ I'm using this express-made address because personal addresses aren't masked enough at lists.debian.org archives.

Re: Packaging from Git

2016-12-20 Thread Andrey Rahmatullin
On Tue, Dec 20, 2016 at 03:25:20PM +0100, Adam Borowski wrote: > It also suffers from treating quilt as a god rather than an abomination > it is. Using version control checked into another version control is a > disaster. gbp-pq -- WBR, wRAR signature.asc Description: PGP signature

Re: Packaging from Git

2016-12-20 Thread Alec Leamas
On 20/12/16 15:25, Adam Borowski wrote: On Tue, Dec 20, 2016 at 11:00:20AM +0100, Narcis Garcia wrote: Hello, I'm trying to maintain a small project in my public Git, and to have an easy way to build a package for Debian OS obtaining a good/clean result. Even just using git directly without

Re: Packaging from Git

2016-12-20 Thread Adam Borowski
On Tue, Dec 20, 2016 at 11:00:20AM +0100, Narcis Garcia wrote: > Hello, I'm trying to maintain a small project in my public Git, and to > have an easy way to build a package for Debian OS obtaining a good/clean > result. > After this, I will try to deploy my APT repository or contact some > sponsor

Re: Packaging from Git

2016-12-20 Thread Narcis Garcia
I made a single file in ShellScript. To walk to Debian inclusion, somebody suggested me to publish it in a control version system (as Git). I've deployed this GitLab instance and now I only want to sure this is packageable. At this point, I prefer a single branch (master?) if it's possible, to use

Re: Packaging from Git

2016-12-20 Thread Alec Leamas
On 20/12/16 13:21, Andrey Rahmatullin wrote: On Tue, Dec 20, 2016 at 01:10:03PM +0100, Alec Leamas wrote: I have been struggling with this myself. My current approach - One separate branch for the debian packaging - In that branch, add the release branch as a git submodule - In the debi

Re: Packaging from Git

2016-12-20 Thread Andrey Rahmatullin
On Tue, Dec 20, 2016 at 01:10:03PM +0100, Alec Leamas wrote: > I have been struggling with this myself. My current approach > > - One separate branch for the debian packaging > - In that branch, add the release branch as a git submodule > - In the debian branch, check in and tag the pristin

Re: Packaging from Git

2016-12-20 Thread Andrey Rahmatullin
On Tue, Dec 20, 2016 at 12:57:21PM +0100, Narcis Garcia wrote: > Maintaining debian-branch, upstream-branch and pristine-tar... Does it > mean that I'll need to replicate "master" branch to those 3 sub-branches > each time I wan to apply an update? Working with the upstream git repo is covered at f

Re: Packaging from Git

2016-12-20 Thread Alec Leamas
On 20/12/16 12:57, Narcis Garcia wrote: Maintaining debian-branch, upstream-branch and pristine-tar... Does it mean that I'll need to replicate "master" branch to those 3 sub-branches each time I wan to apply an update? Same for each upstream/ subdirectories? I have been struggling with this

Re: Packaging from Git

2016-12-20 Thread Narcis Garcia
Maintaining debian-branch, upstream-branch and pristine-tar... Does it mean that I'll need to replicate "master" branch to those 3 sub-branches each time I wan to apply an update? Same for each upstream/ subdirectories? __ I'm using this express-made address because personal addresses ar

Re: Packaging from Git

2016-12-20 Thread Andrey Rahmatullin
On Tue, Dec 20, 2016 at 11:00:20AM +0100, Narcis Garcia wrote: > Can the Git content be bad? Lack of files? Unnecessary files? Bad structure? Yes. gbp requires a special repo structure, see file:///usr/share/doc/git-buildpackage/manual-html/gbp.intro.html#GBP.REPOSITORY -- WBR, wRAR signature.a