~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to debian/README.source

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-03-31 23:05:43 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090331230543-0h2hfwpwlu9opbv2
* New upstream release. (Closes: #523791)
  - Reworked subtitle font preferences. (Closes: #503295)
  - No longer installs qt_fr.qm. (Closes: #486314)
* debian/control:
  - Bumped Standards-Version to 3.8.1.
  - Changed maintainer name (still the same person and GPG key).
  - Changed section to video.
  - Build-depend on zlib1g-dev for findsubtitles.
  - Require Qt >= 4.3 per readme.
  - Added ${misc:Depends}.
  - Make smplayer-translations depend on smplayer and smplayer recommend
    smplayer-translations, not the other way round. (Closes: #489375)
* debian/copyright:
  - Significantly expanded per-file with new upstream authors.
* debian/rules:
  - Make make use correct uic in install.
  - Clean svn_revision.
  - Removed get-orig-source - not needed with uscan --repack.
* debian/patches/01_gl_translation.patch:
  - Added patch to fix lrelease error on smplayer_gl.ts.
* Added debian/README.source for simple-patchsys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package uses CDBS (and therefore simple-patchsys.mk) in order to 
 
2
apply patches to the upstream source. Patches are stored in 
 
3
debian/patches and their filenames usually end in .patch or .diff .
 
4
For further details, see the man page for cdbs-edit-patch.
 
5
 
 
6
All commands described below should be run from the top directory of the 
 
7
package source tree, unless otherwise stated.
 
8
 
 
9
 * To generate the fully patched source, in a form ready for
 
10
   editing, that would be built to create Debian packages, run: 
 
11
 
 
12
     make -f debian/rules apply-patches
 
13
 
 
14
   Note: It has been proposed that, in future, this should happen 
 
15
   automatically when you run dpkg-source -x on a CDBS 
 
16
   simple-patchsys.mk source package.  However, this proposal has 
 
17
   apparently not yet been implemented, so for now you have to do 
 
18
   it yourself like this.
 
19
 
 
20
 * To modify the source and save those modifications so that
 
21
   they will be applied when building the package, pick a
 
22
   suitably informative patch file name, for example
 
23
   01_add_README.source_file.patch, and then run:
 
24
 
 
25
     cdbs-edit-patch 01_add_README.source_file.patch
 
26
 
 
27
   This will place you in a new shell in a temporary copy of the 
 
28
   source tree.  Make your desired modifications to it, and then 
 
29
   exit the shell to create the patch file containing them (this 
 
30
   file will appear in debian/patches).
 
31
 
 
32
 * To remove source modifications that are currently being
 
33
   applied when building the package, run:
 
34
 
 
35
     make -f debian/rules reverse-patches