Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2019-08-17 13:18:14
Size: 184
Comment:
Revision 11 as of 2019-09-01 05:53:24
Size: 1181
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Repackaging
Line 2: Line 3:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[de/Repackaging|Deutsch]]-~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[de/Repacking|Deutsch]]-~
Line 5: Line 6:
Collectiong information of repackaging Collection information of repacking - ''This is a Draft''
Line 8: Line 9:

== mk-origtargz ==

=== start of a package ===

# to convert e.g a *.zip file to a *.tar.xz file
:
:
# to repack a source package because of eliminate non-free stuff or third party libraries
:
      
=== add a new upstream version ===


== Copyright ==
added Files-Excluded to d/copyright

== Uscan ==

and added ' opts="repacksuffix=+ds,dversionmangle=s/\+ds//,repack"' to d/watch.

'gbp import-orig --pristine-tar --uscan'


== Resources ==

 * [[https://www.debian.org/doc/manuals/debmake-doc/ch05.en.html#dfsg|debmake-doc]]
 * [[https://perl-team.pages.debian.net/howto/repacking.html|Perl-Team]]
 * [[https://www.debian.org/doc/manuals/developers-reference/ch06.html#bpp-origtargz|Developer-Reference]]
 * [[Javascript/Repacking]]
 * [[BenFinney/software/repack|BenFinney]]
 * [[http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.special.html#GBP.SPECIAL.DFSGFREE|Special Use Cases]]

Translation(s): English - ?Deutsch


Collection information of repacking - This is a Draft

mk-origtargz

start of a package

# to convert e.g a *.zip file to a *.tar.xz file : : # to repack a source package because of eliminate non-free stuff or third party libraries :

add a new upstream version

added Files-Excluded to d/copyright

Uscan

and added ' opts="repacksuffix=+ds,dversionmangle=s/\+ds//,repack"' to d/watch.

'gbp import-orig --pristine-tar --uscan'

Resources