Sfoglia il codice sorgente

* apt-pkg/makefile:
- install sha256.h compat header

Michael Vogt 15 anni fa
parent
commit
6fd07d3a70
2 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  1. 1 1
      apt-pkg/makefile
  2. 7 0
      debian/changelog

+ 1 - 1
apt-pkg/makefile

@@ -26,7 +26,7 @@ SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \
 	 contrib/cdromutl.cc contrib/crc-16.cc contrib/netrc.cc \
 	 contrib/fileutl.cc 
 HEADERS = mmap.h error.h configuration.h fileutl.h  cmndline.h netrc.h\
-	  md5.h crc-16.h cdromutl.h strutl.h sptr.h sha1.h sha2.h \
+	  md5.h crc-16.h cdromutl.h strutl.h sptr.h sha1.h sha2.h sha256.h\
 	  sha2_internal.h \
           hashes.h hashsum_template.h\
 	  macros.h weakptr.h

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+apt (0.8.16~exp5) UNRELEASED; urgency=low
+
+  * apt-pkg/makefile:
+    - install sha256.h compat header
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 29 Jul 2011 13:44:01 +0200
+
 apt (0.8.16~exp4) experimental; urgency=low
 
   [ Julian Andres Klode ]