uploaded first pkg: pd-motex

Jonas Smedegaard dr at jones.dk
Thu Aug 12 10:11:28 UTC 2010


On Wed, Aug 11, 2010 at 04:40:54PM -0400, Hans-Christoph Steiner wrote:
>
>Ok, I uploaded my first package from the list of ITPs that I posted 
>(pd-*).  Once I get this one thru the whole process, I'll fix whatever 
>needs fixing and upload the rest.
>
>Then I'll remove the 'debian' folder from the upstream SVN so that the 
>git.debian.org one becomes canonical.
>
>http://git.debian.org/?p=pkg-multimedia/pd-motex.git;a=summary

It seems you've put everything into the master branch.  This is bad - 
and becomes tricky to clean up later, so much better if you do it 
properly from the beginning:

   1. Take your upstream hat on
   2. Release a tarball (with debian subdir stripped)
   3. Take your Debian distributor hat on
   4. Rename tarball to LOWERCASE-UPSTREAM-PROJECT_VERSION.orig.tar.gz
   5. Create a folder LOWERCASE-UPSTREAM-PROJECT
   6. Enter that folder
   7. Initialize git: git init
   8. Import renamed tarball:
      git-import-orig --pristine-tar --sign-tags ../LOWERCASE-UPSTREAM-PROJECT_VERSION.orig.tar.gz
   9. Add debian subdir
  10. create empty git at Alioth...
  11. push all local data: git push --all; git push --tags


Hope that helps :-)


  - Jonas

-- 
  * Jonas Smedegaard - idealist & Internet-arkitekt
  * Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20100812/d3c94c92/attachment.pgp>


More information about the pkg-multimedia-maintainers mailing list