Changeset 1246 for trunk/debian/rules
- Timestamp:
- 03/29/06 21:04:22 (3 years ago)
- Files:
-
- trunk/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/rules
r1243 r1246 40 40 install -m 0644 debian/lintian-override \ 41 41 debian/alternc-mailman/usr/share/lintian/overrides/alternc-mailman 42 # Remove any remaining CVS dir ;) 43 find debian/alternc-mailman/ -depth -name "CVS" -exec rm -rf {} \; 44 42 # remove CVS / SVN entries : 43 find debian/alternc-mailman/ -depth \( -name CVS -o -name .svn \) -type d -exec rm -rf {} \; 45 44 binary-common: build install 46 45 dh_testdir … … 49 48 dh_installdocs 50 49 dh_strip 50 dh_installdebconf 51 51 dh_link 52 52 dh_compress
