Re: [fis-gtm] git repo created

2013-02-19 Thread Amul Shah

Hi Andreas,

On 02/19/2013 04:43 AM, Andreas Tille wrote:

Hi Amul,

On Mon, Feb 18, 2013 at 05:12:35PM -0500, Amul Shah wrote:

Hi Andreas,
Thanks for the help. I checked the logs. The changes look fine. I removed the 
*.ex files.

Thanks.  If you look at the debian/README* files these also are
templates with no meaning.  I guess you did tried dh_make which usually
creates those templates.  In general it is a good idea to use dh_make
but I'm for myself (and for the rest of the Debian Med team) created
some more simple template that even implements part of the Debian Med
policy.  So you (or anybody else) might like to try

svn://svn.debian.org/svn/debian-med/trunk/package_template

which I just tweak regarding the package name and I'm way more happy
with this than I was with dh_make.


It does help. I removed those files and compared against your template. Things look better. I realized my mistake with 
git-buildpackage and sent another mail about where I am with that.


thanks,
Amul

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.


--
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5123aebb.2000...@fisglobal.com



Re: [fis-gtm] git repo created

2013-02-18 Thread Luis Ibanez
Hi Amul,

FWIW:

The command

$ git clone git+ssh://git.debian.org/git/debian-med/fis-gtm.git fis-gtm


seems to be working fine for me.

I get:


Cloning into 'fis-gtm'...
The authenticity of host 'git.debian.org (217.196.43.140)' can't be
established.
RSA key fingerprint is 8c:c0:b8:9f:0a:79:ee:1c:77:c4:b8:a1:70:55:b7:31.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'git.debian.org' (RSA) to the list of known
hosts.
remote: Counting objects: 3115, done.
remote: Compressing objects: 100% (2005/2005), done.
remote: Total 3115 (delta 1103), reused 3111 (delta 1103)
Receiving objects: 100% (3115/3115), 4.74 MiB | 1.02 MiB/s, done.
Resolving deltas: 100% (1103/1103), done.

I did the cloning in a directory :

 /tmp/tmp2

I'm not sure it that matters (or should matter).


Luis


-
On Mon, Feb 18, 2013 at 1:03 PM, Amul Shah amul.s...@fisglobal.com wrote:

  Hello Yaroslav,
 Following the instructions that Andreas pointed to, I created a GIT repo
 on alioth for fis-gtm. When I try to debcheckout, I hit an error.


 ---
 12:41pm [shaha@shaha:/home/shaha/debmed/testbuild] debcheckout
 --git-track='*' git+ssh://git.debian.org/git/debian-med/fis-gtm.git
 declared git repository at git+ssh://
 git.debian.org/git/debian-med/fis-gtm.git
 git clone git+ssh://git.debian.org/git/debian-med/fis-gtm.git fis-gtm ...
 Cloning into 'fis-gtm'...
 remote: Counting objects: 3115, done.
 remote: Compressing objects: 100% (2005/2005), done.
 remote: Total 3115 (delta 1103), reused 3111 (delta 1103)
 Receiving objects: 100% (3115/3115), 4.74 MiB | 446 KiB/s, done.
 Resolving deltas: 100% (1103/1103), done.
 Branch pristine-tar set up to track remote branch pristine-tar from origin.
 Branch upstream set up to track remote branch upstream from origin.
 Use of uninitialized value $srcpkg in substitution (s///) at
 /usr/bin/debcheckout line 822.

 ---

 I found a thread with a similar error,
 http://lists.debian.org/debian-med/2012/10/msg00057.html, but I did push
 all my changes up with git push --all --set-upstream. For instance:

 ---
 12:42pm [shaha@shaha:/home/shaha/debmed/fis-gtm-6.0.001] git push --all
 --set-upstream
 Branch master set up to track remote branch master from origin.
 Branch pristine-tar set up to track remote branch pristine-tar from origin.
 Branch upstream set up to track remote branch upstream from origin.
 Everything up-to-date

 ---

 I can debcheckout from the repo on my machine. But when I try to use
 git-buildpackage, it complains about cp: cannot stat
 `/var/cache/pbuilder/base.cow': No such file or directory. I guess I'm
 missing some setup. If so, is there a quick start guide? Otherwise, what
 doc do I need to read?

 thanks,
 Amul
  _
 The information contained in this message is proprietary and/or
 confidential. If you are not the intended recipient, please: (i) delete the
 message and all copies; (ii) do not disclose, distribute or use the message
 in any manner; and (iii) notify the sender immediately. In addition, please
 be aware that any message addressed to our domain is subject to archiving
 and review by persons other than the intended recipient. Thank you.



Re: [fis-gtm] git repo created

2013-02-18 Thread Andreas Tille
Hi Amul,

On Mon, Feb 18, 2013 at 01:03:51PM -0500, Amul Shah wrote:
 ...
 Use of uninitialized value $srcpkg in substitution (s///) at 
 /usr/bin/debcheckout line 822.

I get exactly the same in *any* Git repository I'm checking out and
I guess there exist a perfectly reasonable explanation for this but
because there is no harm at all I tend to ignore this.

 I can debcheckout from the repo on my machine. But when I try to use
 git-buildpackage, it complains about cp: cannot stat
 `/var/cache/pbuilder/base.cow': No such file or directory. I guess
 I'm missing some setup. If so, is there a quick start guide?
 Otherwise, what doc do I need to read?

I guess this is because of a missing pbuilder initialisation.  What
happens if you simply try pdebuild ?  Git-buildpackage is calling
pbuilder and this should make working first before git-buildpackage.
 
Kind regards

  Andreas.

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130218202145.gi10...@an3as.eu



Re: [fis-gtm] git repo created

2013-02-18 Thread Andreas Tille
Hi again,

I have done some slight changes to make sure that all data was taken
over from SVN and removed the SVN directory droping a README.status
file there about the svn to git migration.

Please check the commit logs.

Kind regards

  Andreas.

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130218204559.gj10...@an3as.eu



Re: [fis-gtm] git repo created

2013-02-18 Thread Amul Shah

Hi Andreas,
Thanks for the help. I checked the logs. The changes look fine. I removed the 
*.ex files.

Amul

On 02/18/2013 03:45 PM, Andreas Tille wrote:

Hi again,

I have done some slight changes to make sure that all data was taken
over from SVN and removed the SVN directory droping a README.status
file there about the svn to git migration.

Please check the commit logs.

Kind regards

   Andreas.



_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.


--
To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5122a753.4060...@fisglobal.com