Changes between Initial Version and Version 1 of Debathenification


Ignore:
Timestamp:
08/29/10 18:37:38 (14 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Debathenification

    v1 v1  
     1Debathenifying packages is necessary when we need to make source-level or packaging changes to upstream packages.   
     2 
     3The first step consists of creating a shell script name debathenify-(packagename).   This script should set the following variables: 
     4 * name (the original package) 
     5 * daname (the new name of the package) 
     6 * daversionappend (what to append for our version number) 
     7 * section (packaging section) 
     8 
     9It should also define a function called hack_package that makes any necessary changes to the package.  The CWD is the root of the source. 
     10 
     11Finally, it should source `../common/debathenificator.sh`