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.tar $ cd cd ntfsundelete-tree* $ dpkg-buildpackage parsechangelog/debian: warning: debian/changelog(l3): badly formatted trailer line LINE: -- Narcis Garcia <packages at actiu.net> Sat Dec 17 16:48:00 UTC 2016 parsechangelog/debian: warning: debian/changelog(l3): found eof where expected more change data or trailer dpkg-buildpackage: source package ntfsundelete-tree dpkg-buildpackage: source version 1.0.0-1 dpkg-buildpackage: source distribution UNRELEASED dpkg-buildpackage: error: unable to determine source changed by __________ I'm using this express-made address because personal addresses aren't masked enough at lists.debian.org archives. El 20/12/16 a les 16:59, Andrey Rahmatullin ha escrit: > 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 debian > branch and run dpkg-buildpackage, if you have an orig.tar ready. But to > correctly make the orig.tar you'll need to use git archive and > pristine-tar. >

