Changeset 2566:9bf417837888 for debian/rules
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
-
debian/rules (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r0 r2566 15 15 dh_testdir 16 16 # Add here commands to configure the package. 17 17 18 18 touch configure-stamp 19 19 … … 22 22 build-stamp: configure-stamp 23 23 dh_testdir 24 24 25 25 # Add here commands to compile the package. 26 26 $(MAKE) config … … 31 31 dh_testroot 32 32 rm -f build-stamp configure-stamp 33 33 34 34 # Add here commands to clean up after the build process. 35 35 -$(MAKE) clean 36 36 37 37 dh_clean 38 38 … … 42 42 dh_clean -k 43 43 dh_installdirs 44 44 45 45 # Add here commands to install the package into debian/dotclear. 46 46 cp -af $(CURDIR)/_dist/dotclear $(CURDIR)/debian/dotclear/usr/share/ 47 47 mkdir -p $(CURDIR)/debian/dotclear/etc/dotclear 48 48 mv $(DEST)/inc/config.php.in $(CURDIR)/debian/dotclear/etc/dotclear/config.php 49 49 50 50 # Clearbricks is in libclearbricks 51 51 rm -rf $(CURDIR)/debian/dotclear/usr/share/dotclear/inc/clearbricks 52 52 53 53 # Language packs 54 54 mkdir -p $(CURDIR)/debian/dotclear-l10n-ja/usr/share/dotclear/locales 55 55 cp -af $(CURDIR)/locales/ja $(CURDIR)/debian/dotclear-l10n-ja/usr/share/dotclear/locales/ 56 56 find $(CURDIR)/debian/dotclear-l10n-ja/usr/share/dotclear/locales/ -type d -name '.svn' | xargs rm -rf 57 57 58 58 # Build architecture-independent files here. 59 59 binary-indep: build install
Note: See TracChangeset
for help on using the changeset viewer.
