Re: Debian 10 "buster" released

2019-07-06 Thread Paul Wise
On Sun, Jul 7, 2019 at 9:59 AM Tong Sun wrote: > Just want to confirm that, now when we upload package, we can target > back sid again, right? Right, please see debian-devel-announce for more info: https://lists.debian.org/msgid-search/20190707014700.gf15...@powdarrmonkey.net -- bye, pabs

Re: Importing a new upstream version

2019-07-06 Thread Tong Sun
On Sat, Jul 6, 2019 at 9:55 PM Tong Sun wrote: > I only knew to use this previously: > > gbp import-orig --uscan > > Today I tried `gbp import-orig --uscan --pristine-tar`, after having > done the above `gbp import-orig --uscan` > > > If so, it might > > have failed after creating the 4.0.3

Re: Importing a new upstream version

2019-07-06 Thread Tong Sun
On Sat, Jul 6, 2019 at 6:18 PM Rebecca N. Palmer wrote: > What git repository are you running it in? It should be run in the > packaging repository, not the upstream one. (The package's Vcs-Git > field currently points to upstream, which is itself a bug.) Please elaborate what you mean,

Debian 10 "buster" released

2019-07-06 Thread Tong Sun
Hi, Debian 10 "buster" was released today. Just want to confirm that, now when we upload package, we can target back sid again, right? thx

Re: Importing a new upstream version

2019-07-06 Thread Tong Sun
On Sat, Jul 6, 2019 at 6:18 PM Rebecca N. Palmer wrote: > gbp import-orig --uscan --pristine-tar is the same command as I normally > use. > > Did it fail with something different the first time? I only knew to use this previously: gbp import-orig --uscan Today I tried `gbp import-orig

Re: Importing a new upstream version

2019-07-06 Thread Rebecca N. Palmer
gbp import-orig --uscan --pristine-tar is the same command as I normally use. Did it fail with something different the first time? If so, it might have failed after creating the 4.0.3 tag, leaving it in the way of future attempts. What git repository are you running it in? It should be

Bug #931324 ITP: daggy - data aggregation utility, application that can run multiple commands on remote servers simultaneously and save output locally.

2019-07-06 Thread Михаил Миловидов
Package: wnpp Severity: wishlist * Package name: daggy Version : 1.1.2 Upstream Authors: Mikhail Milovidov * URL : https://daggy.dev * License : Expat Description : Data Aggregation Utilty is an IT automation tool. It can run terminal commands on local

Importing a new upstream version

2019-07-06 Thread Tong Sun
Hi, I had been following these two articles for importing a new upstream version http://marquiz.github.io/git-buildpackage-rpm/gbp.import.html https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.import.new.upstream.html by doing gbp import-orig --uscan But today, I learnt