Eriberto,
You are right. I did a horrible job on my last few uploads. I will attempt to
prevent future mistakes of this kind by keeping more rigid personal
documentation of what needs to be done before I upload.
This time I am 100% sure that I fixed the Github links. One of the URLs I
copied from the Github website was an SSH link. I did not realize at first
(though it should have been obvious in retrospect) that these would only work
with my private SSH key. When I realized this error, I fixed the offending
link and tested it from a separate user account, so that the results would not
be biased by any special configuration. I was successfully able to clone my
Github repository. I have attached a text file with the terminal output and
uploaded the changed control file to github.
Regarding the copyright file, I'm going to keep records on every file I have
checked so as not to forget any files in the source tree. I'm pushing the
updated URLs to my Github repository, but I will wait to upload to Debian
mentors until I have thoroughly rechecked the copyright file for any missing
information or formatting errors. I'm sorry that I have caused you so much
trouble. I will not let such mistakes happen again.
On Tuesday, September 30, 2014 11:34:13 Eriberto wrote:
> Please, be carefull with your work.
>
> I'm wasting time by asking the same things always.
>
> You don't fixed the Vcs-Git yet. I already asked it for you several times.
>
> You pasted the information about copyright without check the files
> (dates, names, email addresses).
>
> You didn't use the right formatting when put the new information in
> d/copyright.
>
> I checked file by file for you (it is your obligation, not mine),
> searching the correct information about copyright and you dumped these
> information in d/copyright without any care.
>
> Eriberto
>
> 2014-09-30 4:52 GMT-03:00 Shawn Sörbom <sh...@sorbom.com>:
> > Hi Eriberto,
> > Sorry there had been a problem with my local git repo erlier this evening.
> > As a result, the lintian-overrides file was from one of the previous
> > uploads. I have fixed it now.
> > Thanks,
> > --Shawn
> >
> > On Monday, September 29, 2014 17:18:49 Eriberto wrote:
> >> Hi Shawn,
> >>
> >> In d/control, your Vcs-Git still pointing to an invalid address.
> >>
> >> In d/copyright:
> >> - helper/kcm_ufw_helper.py.cmake has copyright by Craig Drummond
> >>
> >> and Darwin M. Bautista.
> >>
> >> - helper/helper.h and helper/helper.cpp are licensed under GPL 2+.
> >> - po/es.po has '2011 Kubuntu-es.org' as author. (see the header and
> >>
> >> Last-Translator line)
> >>
> >> - po/lt.po: the copyright year is 2011 only.
> >> - add po/fr.po. 2011 Sergio Guibert and Kubuntu-fr.org.
> >>
> >> About the excessive lines at end of files, you removed the final LF/CR
> >> in all files. You must press ENTER one time in each final line. So,
> >> the cursor will appear under the first character of the each last
> >> line.
> >>
> >> These are the last changes to upload the package. I will wait for you.
> >>
> >> Cheers,
> >>
> >> Eriberto
git-test@Medusa:~$ git clone https://github.com/shsorbom/kcm-ufw-debian.git
Cloning into 'kcm-ufw-debian'...
remote: Counting objects: 151, done.
remote: Compressing objects: 100% (17/17), done.
remote: Total 151 (delta 5), reused 0 (delta 0)
Receiving objects: 100% (151/151), 743.22 KiB | 319.00 KiB/s, done.
Resolving deltas: 100% (42/42), done.
Checking connectivity... done.
git-test@Medusa:~$