~scarneiro/ubuntu/raring/adns/fix-for-ignored-make-clean-errors

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Sebastian Carneiro
  • Date: 2012-11-28 02:33:39 UTC
  • Revision ID: scarneiro@fibertel.com.ar-20121128023339-tij5ak4xs5r2yz96
* Fix for lintian warning, by which debian/rules ignores 
  make clean / distclean: 
  - debian/rules: stops ignoring make clean / distclean errors, 
    and executes target if Makefile exists.
  - Makefile, Makefile.in: only executes distclean on current directory, 
    as subdirs don't have that target. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
adns (1.4-2ubuntu1) raring; urgency=low
 
2
 
 
3
  * Fix for lintian warning, by which debian/rules ignores 
 
4
    make clean / distclean: 
 
5
    - debian/rules: stops ignoring make clean / distclean errors, 
 
6
      and executes target if Makefile exists.
 
7
    - Makefile, Makefile.in: only executes distclean on current directory, 
 
8
      as subdirs don't have that target. 
 
9
 
 
10
 -- Sebastian Carneiro <scarneiro@fibertel.com.ar>  Tue, 27 Nov 2012 21:45:25 -0300
 
11
 
1
12
adns (1.4-2build2) quantal; urgency=low
2
13
 
3
14
  * Rebuild for new armel compiler default of ARMv5t.