[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#855342: RFH: ntp



On 21.02.2017 21:03, Kurt Roeckx wrote:

Hi,


> On Tue, Feb 21, 2017 at 02:10:09PM -0500, Peter Eisentraut wrote:
>> On 2/19/17 07:01, Kurt Roeckx wrote:
>>>>> I could really use some help with the ntp (network time protocol)
>>>>> package. There have been various bugs filed, and I didn't have the
>>>>> time to properly look at them and deal with them.
>>>>>
>>>>> It's currently team maintained, but I've been the only one doing
>>>>> anything the past few years.
>>>>
>>>> I'm willing to help (both triaging bugs and updating the package).
>>>>
>>>> I would prefer the repository to be converted to git though, I'm much
>>>> more experienced with git-buildpackage than the svn toolchain.
>>>
>>> I wanted to give you access to the repository, but I see I'm only
>>> a junior developer.
>>>
>>> Peter,
>>>
>>> Can you change the permissions on the alioth project?
>>
>> done
> 
> I've given both Bernhard and Guus access to. If someone wants to
> covert the repository to git, please feel free.

I have made a first stab at it (following
https://wiki.debian.org/de/Alioth/Git#Convert_a_SVN_Alioth_repository_to_Git)
and it looks quite good

	https://anonscm.debian.org/git/pkg-ntp/pkg-ntp.git/

a few recent tags (at least) are missing, but they are missing in the
SVN repo as well.

Could you please have a look at the repo? gbp buildpackage does not work
yet, but I think this is unrelated

# move the administrator programs from /usr/bin to /usr/sbin
for file in ntpdate ntp-wait ntpd ntptime ntp-keygen; do \
        mv debian/tmp/usr/bin/$file debian/tmp/usr/sbin/$file || exit; \
done
mv: cannot stat 'debian/tmp/usr/bin/ntpdate': No such file or directory
debian/rules:50: recipe for target 'install' failed

but it is already installed into usr/sbin before

make[5]: Entering directory '/<<BUILDDIR>>/ntp-4.2.8p9+dfsg/ntpdate'
 /usr/bin/mkdir -p '/<<BUILDDIR>>/ntp-4.2.8p9+dfsg/debian/tmp/usr/sbin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c ntpdate
'/<<BUILDDIR>>/ntp-4.2.8p9+dfsg/debian/tmp/usr/sbin'
libtool: install: /usr/bin/install -c ntpdate
/<<BUILDDIR>>/ntp-4.2.8p9+dfsg/debian/tmp/usr/sbin/ntpdate

Will check what could be causing this.

Bernhard


Reply to: