[Forensics-changes] [SCM] A simple hex editor with a pico-style interface branch, debian, updated. upstream/1.14-12-gc325327

Daniel Baumann daniel at debian.org
Tue Jan 20 02:50:23 UTC 2009


The following commit has been merged in the debian branch:
commit 27a48783d68ec6e768b2487ff882215bc917deb6
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jan 20 03:24:42 2009 +0100

    Removing useless whitespaces at EOF and EOL.

diff --git a/debian/changelog b/debian/changelog
index 435339a..a24559e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,5 +3,3 @@ shed (1.14-1) unstable; urgency=low
   * Initial release (Closes: #512125)
 
  -- Juan Angulo Moreno <juan at apuntale.com>  Sat, 17 Jan 2009 11:04:33 -0430
-
-
diff --git a/debian/control b/debian/control
index b1b5eda..8eab55b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,5 +13,5 @@ Package: shed
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A simple hex editor with a pico-style interface
- Is an easy application for viewing and editing files in hex, octal, binary, 
+ Is an easy application for viewing and editing files in hex, octal, binary,
  or ascii text using ncurses, with a friendly pico-style interface.
diff --git a/debian/copyright b/debian/copyright
index d85d337..ca9b4e4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,7 +19,7 @@ License: GPL-2
  You should have received a copy of the GNU General Public License
  along with this package; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- 
+
 Files: debian/*
 Copyright: (C) 2008 Juan Angulo Moreno <juan at apuntale.com>
 License: GPL-3+
diff --git a/debian/docs b/debian/docs
index 4ac711d..b4a5ab9 100644
--- a/debian/docs
+++ b/debian/docs
@@ -3,4 +3,3 @@ NEWS
 README
 TODO
 AUTHORS
-
diff --git a/debian/rules b/debian/rules
index e964cb3..1502f67 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,28 +22,27 @@ endif
 
 build: build-stamp
 
-build-stamp:  config.status 
+build-stamp: config.status
 	dh_testdir
 
 	$(MAKE)
 	touch $@
 
-clean: 
+clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f config.sub config.guess config.log config.status
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 	$(MAKE) DESTDIR=$(CURDIR)/debian/shed install
 
-
 binary-indep: build install
 
 binary-arch: build install
@@ -63,4 +62,4 @@ binary-arch: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-indep binary-arch binary install

-- 
A simple hex editor with a pico-style interface



More information about the forensics-changes mailing list